Skip to content

Commit fdb024f

Browse files
committed
task: build base-image with PHP 8.2
1 parent a7163d2 commit fdb024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php-version: ['7.4', '8.0', '8.1']
20+
php-version: ['7.4', '8.0', '8.1', '8.2']
2121
flavour: ['alpine', 'bullseye']
2222

2323
steps:

0 commit comments

Comments
 (0)