Skip to content

Commit de00686

Browse files
committed
Make PHP 8.4 test experimental
1 parent 1c4bde2 commit de00686

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ jobs:
44
build:
55
strategy:
66
fail-fast: false
7+
continue-on-error: ${{ matrix.experimental }}
78
matrix:
89
operating-system: [ubuntu-latest]
910
php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
11+
experimental: [false]
12+
include:
13+
- version: "8.4"
14+
experimental: true
1015
runs-on: ${{ matrix.operating-system }}
1116
steps:
1217
- name: Checkout code

0 commit comments

Comments
 (0)