We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca3100 commit 7238747Copy full SHA for 7238747
.github/workflows/docker-image.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- php-version: [ '8.0', '8.1', '8.2', '8.3' ] # PHP versions to build
+ php-version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] # PHP versions to build
25
26
permissions:
27
contents: read
0 commit comments