Skip to content

Commit 89e3538

Browse files
committed
Drop unsupported PHP versions from CI workflow
1 parent 9b8a103 commit 89e3538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
install-args: ['', '--prefer-lowest']
15-
php-version: ['7.2', '7.3', '7.4', '8.0']
15+
php-version: ['7.4', '8.0']
1616
fail-fast: false
1717
steps:
1818
# Cancel previous runs of the same branch

0 commit comments

Comments
 (0)