We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57f001 commit e845048Copy full SHA for e845048
1 file changed
.github/workflows/tests.yaml
@@ -23,10 +23,16 @@ jobs:
23
tests-linux:
24
name: Tests (Linux, PHP ${{ matrix.php-versions }})
25
runs-on: ubuntu-latest
26
+ continue-on-error: ${{ matrix.experimental || false }}
27
strategy:
28
fail-fast: false
29
matrix:
- php-versions: ["8.2", "8.3", "8.4"]
30
+ include:
31
+ - php-versions: "8.2"
32
+ - php-versions: "8.3"
33
+ - php-versions: "8.4"
34
+ - php-versions: "8.5"
35
+ experimental: true
36
env:
37
GOMAXPROCS: 10
38
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
0 commit comments