fix(ci): Drop PHP 7.2 from test matrix

This commit is contained in:
Brandon
2021-01-14 14:33:29 -06:00
parent b911b07efb
commit 757f5c7a19

View File

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