Skip to content

Commit 4e4a2cf

Browse files
committed
GH Actions: update for the release of PHP 8.3
... which is expected later today. * Builds against PHP 8.3 are no longer allowed to fail. * Add _allowed to fail_ build against PHP 8.4.
1 parent 7722c0b commit 4e4a2cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
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)