Skip to content

Commit d77aec9

Browse files
committed
Removed unsupported PHP versions in github actions
1 parent a33f99c commit d77aec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
12+
php-version: [7.4, 8.0, 8.1]
1313
os: [ubuntu-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)