Skip to content

Commit

Permalink
Merge pull request #2404 from WordPress/feature/ghactions-php-8.3-update
Browse files Browse the repository at this point in the history
GH Actions: update for the release of PHP 8.3
  • Loading branch information
jrfnl authored Nov 23, 2023
2 parents 2c6a44f + 4e4a2cf commit fe78958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3' ]
php: [ '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3', '8.4' ]
phpcs_version: [ 'lowest', 'dev-master' ]
extensions: [ '' ]
coverage: [false]
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

name: PHP ${{ matrix.php }} on PHPCS ${{ matrix.phpcs_version }}

continue-on-error: ${{ matrix.php == '8.3' }}
continue-on-error: ${{ matrix.php == '8.4' }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit fe78958

Please sign in to comment.