Skip to content

Commit 5ede623

Browse files
committed
Allow PHP 7.2 to fail
1 parent b15c2b9 commit 5ede623

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,22 @@ on:
1010
jobs:
1111
run:
1212
runs-on: ubuntu-latest
13+
continue-on-error: ${{ matrix.experimental }}
1314
strategy:
1415
fail-fast: false
1516
matrix:
1617
php-versions:
17-
- 7.2
1818
- 7.3
1919
- 7.4
2020
- 8.1
2121
- 8.2
2222
- 8.3
2323
- 8.4
24+
experimental: [false]
25+
include:
26+
- php: '7.2'
27+
experimental: true
28+
2429
name: PHP ${{ matrix.php-versions }} test
2530

2631
steps:

0 commit comments

Comments
 (0)