Skip to content

Commit

Permalink
Try PHP 8.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
olafleur-godaddy committed Mar 18, 2024
1 parent daf468d commit 325fc42
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
phpVersion:
required: false
type: string
default: "8.2"
default: "8.3"
installPath:
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- "" # Default theme is TwentyTwentyThree
php: # Test against minimum and latest PHP versions.
- "7.4"
- "8.2"
- "8.3"
with:
wpVersion: "WordPress/WordPress#${{matrix.wp}}"
theme: ${{matrix.theme}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
phpVersion:
required: false
type: string
default: '8.1'
default: '8.3'
wpVersion:
required: false
type: string
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ on:
jobs:
# PHP Unit testing
# Unit testing should be run across WP current, previous, and major before previous.
# Unit tests should be run across all supported versions of PHP.
php_unit_versions_matrix:
strategy:
matrix:
php: ['7.4','8.0','8.1','8.2']
php: ['7.4','8.3']
wp: ['6.4', '6.3']
name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }}
uses: ./.github/workflows/test-php-unit.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-wp-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: PHP ${{ matrix.php }} WP Next Version
strategy:
matrix:
php: ['7.4','8.0','8.1','8.2']
php: ['7.4','8.3']
uses: ./.github/workflows/test-php-unit.yml
with:
phpVersion: ${{ matrix.php }}
Expand Down

0 comments on commit 325fc42

Please sign in to comment.