Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo authored Apr 4, 2024
1 parent e40a4c6 commit fdf4498
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,15 @@ jobs:
- wp_docker_tag: 6.4-php8.2-apache
xdebug_version: xdebug-3.2.1
php_version: '8.2'
- wp_docker_tag: beta-6.5-RC3-php8.1-apache
- wp_docker_tag: 6.5-php8.1-apache
xdebug_version: xdebug-3.2.1
php_version: '8.1'
- wp_docker_tag: beta-6.5-RC3-php8.2-apache
- wp_docker_tag: 6.5-php8.2-apache
xdebug_version: xdebug-3.2.1
php_version: '8.2'
- wp_docker_tag: 6.5-php8.3-apache
xdebug_version: xdebug-3.2.1
php_version: '8.3'
fail-fast: false
env:
WP_DOCKER_TAG: ${{ matrix.wp_docker_tag }}
Expand Down

0 comments on commit fdf4498

Please sign in to comment.