Skip to content

Commit e845048

Browse files
alexandre-dauboishenderkes
authored andcommitted
chore: try running tests against PHP 8.5 as an experimental job (php#1700)
1 parent c57f001 commit e845048

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ jobs:
2323
tests-linux:
2424
name: Tests (Linux, PHP ${{ matrix.php-versions }})
2525
runs-on: ubuntu-latest
26+
continue-on-error: ${{ matrix.experimental || false }}
2627
strategy:
2728
fail-fast: false
2829
matrix:
29-
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
3036
env:
3137
GOMAXPROCS: 10
3238
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib

0 commit comments

Comments
 (0)