Skip to content

Commit

Permalink
build(.github) add PHP 8.2 to the build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Aug 15, 2023
1 parent c1dfe2d commit 38e4338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-wordpress-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
wp_version: [ '6.2' ]
php_version: [ '7.4', '8.0', '8.1' ]
php_version: [ '7.4', '8.0', '8.1', '8.2' ]
include:
# WordPress did not publish any 6.x images for PHP 7.3, use the latest 5.9 patch.
- wp_version: '5.9'
Expand Down

0 comments on commit 38e4338

Please sign in to comment.