Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
olafleur-godaddy committed Mar 28, 2024
2 parents 618eb3b + aac6f69 commit 61af5bd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 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
1 change: 0 additions & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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:
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 61af5bd

Please sign in to comment.