Skip to content

Commit

Permalink
chore(.github/workflows) update WP container version to 6.2
Browse files Browse the repository at this point in the history
remove PHP 8.2 fix as no longer required
  • Loading branch information
lucatume committed Aug 15, 2023
1 parent a0cb549 commit c00fdfa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-wordpress-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ jobs:
packages: write
strategy:
matrix:
wp_version: [ '6.1' ]
wp_version: [ '6.2' ]
php_version: [ '7.4', '8.0', '8.1' ]
include:
# WordPress did not publish any 6.x images for PHP 7.3, use the latest 5.9 patch.
- wp_version: '5.9'
php_version: '7.3'
# WordPress did not publish earlier versions of WP for PHP8.2.
- wp_version: '6.1.1'
php_version: '8.2'

steps:
- name: Checkout repository
Expand Down

0 comments on commit c00fdfa

Please sign in to comment.