Skip to content

Commit 82fc1df

Browse files
committed
task: build base-image with PHP 8.2
1 parent 17aecfa commit 82fc1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)