We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b7928 commit 7f8a9c1Copy full SHA for 7f8a9c1
.github/workflows/runTests.yml
@@ -10,10 +10,11 @@ jobs:
10
tests:
11
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }} w/ ${{ matrix.dependencies }}
12
runs-on: ${{ matrix.os }}
13
+ continue-on-error: ${{ matrix.php-versions == '8.3' }}
14
strategy:
15
fail-fast: false
16
matrix:
- php-versions: ['8.0', '8.1', '8.2']
17
+ php-versions: ['8.0', '8.1', '8.2', '8.3']
18
os: [ubuntu-latest, windows-latest, macOS-latest]
19
dependencies: ['install', 'update --prefer-lowest', 'update']
20
0 commit comments