Skip to content

Commit 7835658

Browse files
Reduce the PHP test matrix to the latest versions of PHP 5, 7 and 8
This should be sufficient to find all version-dependent errors. Mind the global warming.
1 parent 94ccc52 commit 7835658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
17+
php: [ '5.6', '7.4', '8.2' ]
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)