We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c5934 commit acbf71aCopy full SHA for acbf71a
.github/workflows/check.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
+ php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
18
steps:
19
20
- name: Checkout
0 commit comments