We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56c90e + 635f55f commit cbae5c5Copy full SHA for cbae5c5
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
+ php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
24
25
# TODO use cache
26
steps:
0 commit comments