Skip to content

Commit 7f8a9c1

Browse files
author
Frank Kleine
committed
build with PHP 8.3 but allow failure
1 parent e2b7928 commit 7f8a9c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/runTests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
tests:
1111
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }} w/ ${{ matrix.dependencies }}
1212
runs-on: ${{ matrix.os }}
13+
continue-on-error: ${{ matrix.php-versions == '8.3' }}
1314
strategy:
1415
fail-fast: false
1516
matrix:
16-
php-versions: ['8.0', '8.1', '8.2']
17+
php-versions: ['8.0', '8.1', '8.2', '8.3']
1718
os: [ubuntu-latest, windows-latest, macOS-latest]
1819
dependencies: ['install', 'update --prefer-lowest', 'update']
1920

0 commit comments

Comments
 (0)