We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4235a9 commit 28dba4fCopy full SHA for 28dba4f
1 file changed
.github/workflows/ci.yml
@@ -5,13 +5,17 @@ on: [ push, pull_request ]
5
jobs:
6
test:
7
runs-on: ubuntu-latest
8
+ continue-on-error: ${{ matrix.env.experimental == true }}
9
strategy:
10
+ fail-fast: false
11
matrix:
12
env:
13
- { php: 7.4, phpunit: 9 }
14
- { php: 8.0, phpunit: 10 }
15
- { php: 8.1, phpunit: 10 }
16
- { php: 8.2, phpunit: 10 }
17
+ - { php: 8.3, phpunit: 10, experimental: true }
18
+
19
steps:
20
- uses: actions/checkout@v3
21
- name: Composer cache
0 commit comments