Skip to content

Commit

Permalink
task: build base-image with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed May 26, 2023
1 parent eae6115 commit 4b3e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1', '8.2']
flavour: ['alpine', 'bullseye']

steps:
Expand Down

0 comments on commit 4b3e953

Please sign in to comment.