Skip to content

Commit 7238747

Browse files
authored
Update docker-image.yml
Added PHP8.4
1 parent eca3100 commit 7238747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php-version: [ '8.0', '8.1', '8.2', '8.3' ] # PHP versions to build
24+
php-version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] # PHP versions to build
2525

2626
permissions:
2727
contents: read

0 commit comments

Comments
 (0)