Skip to content

Commit 13a5718

Browse files
committed
Allow future PHP releases to fail continuous integration tests
1 parent 71c75a4 commit 13a5718

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ jobs:
2121
- '7.3'
2222
- '7.4'
2323
- '8.0'
24-
- '8.1'
24+
future-release: [false]
25+
include:
26+
- php: '8.1'
27+
future-release: true
2528
fail-fast: false
2629
name: PHP ${{ matrix.php }}
30+
continue-on-error: ${{ matrix.future-release }}
2731

2832
steps:
2933
- name: Set up php

0 commit comments

Comments
 (0)