Skip to content

Commit fe78958

Browse files
authored
Merge pull request #2404 from WordPress/feature/ghactions-php-8.3-update
GH Actions: update for the release of PHP 8.3
2 parents 2c6a44f + 4e4a2cf commit fe78958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php: [ '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3' ]
24+
php: [ '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3', '8.4' ]
2525
phpcs_version: [ 'lowest', 'dev-master' ]
2626
extensions: [ '' ]
2727
coverage: [false]
@@ -57,7 +57,7 @@ jobs:
5757

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

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

6262
steps:
6363
- name: Checkout repository

0 commit comments

Comments
 (0)