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