fix(ci): Drop PHP 7.2 from test matrix

This commit is contained in:
Brandon
2021-01-14 14:33:29 -06:00
parent 8f2779a99d
commit b3bdf487fb

View File

@@ -20,4 +20,4 @@ workflows:
test-command: lint
matrix:
parameters:
version: ['7.2', '7.3', '7.4']
version: ['7.3', '7.4']