Skip to content

Commit 020e57c

Browse files
committed
CI: add PHP 8.4 coverage
Add Drupal 11 + PHP 8.4 required, and Drupal 11 + PHP 8.5 allow-failure.
1 parent 7eee19e commit 020e57c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/drupal-module.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,23 @@ on:
1919
jobs:
2020
phpunit:
2121
runs-on: ubuntu-latest
22+
continue-on-error: ${{ matrix.experimental }}
2223
strategy:
2324
fail-fast: false
2425
matrix:
2526
include:
2627
- drupal: "^10"
2728
php: "8.2"
29+
experimental: false
2830
- drupal: "^11"
2931
php: "8.3"
32+
experimental: false
33+
- drupal: "^11"
34+
php: "8.4"
35+
experimental: false
36+
- drupal: "^11"
37+
php: "8.5"
38+
experimental: true
3039

3140
env:
3241
SIMPLETEST_BASE_URL: "http://127.0.0.1"

0 commit comments

Comments
 (0)