diff --git a/.github/workflows/test-e2e-cypress.yml b/.github/workflows/test-e2e-cypress.yml index e90348b92e2..97682ad2744 100644 --- a/.github/workflows/test-e2e-cypress.yml +++ b/.github/workflows/test-e2e-cypress.yml @@ -17,7 +17,7 @@ on: phpVersion: required: false type: string - default: "8.2" + default: "8.3" installPath: required: false type: string diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 3547c856e1b..bc84ecba8db 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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}} diff --git a/.github/workflows/test-php-unit.yml b/.github/workflows/test-php-unit.yml index 4a4cbb1a2c5..7ccd0ccd4f5 100644 --- a/.github/workflows/test-php-unit.yml +++ b/.github/workflows/test-php-unit.yml @@ -6,7 +6,7 @@ on: phpVersion: required: false type: string - default: '8.1' + default: '8.3' wpVersion: required: false type: string diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 3803fdc890d..ff273b6406e 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -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 diff --git a/.github/workflows/test-wp-next.yml b/.github/workflows/test-wp-next.yml index 191feb1d66d..06d1a01ff53 100644 --- a/.github/workflows/test-wp-next.yml +++ b/.github/workflows/test-wp-next.yml @@ -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 }}