We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe84487 commit de6c4dfCopy full SHA for de6c4df
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
+ php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
18
webserver: [ 'apache', 'nginx' ]
19
distroAddon: [ '', '-alpine' ]
20
steps:
0 commit comments