Skip to content

Commit b0aa6e8

Browse files
authored
Test on lowest and highest dependencies
Allow failure on php 8
1 parent 4d2eb85 commit b0aa6e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13+
continue-on-error: ${{ matrix.experimental }}
1314
strategy:
1415
fail-fast: false
1516
matrix:
@@ -20,6 +21,8 @@ jobs:
2021
dependencies:
2122
- "lowest"
2223
- "highest"
24+
experimental:
25+
- false
2326
include:
2427
- php-version: "8.0"
2528
dependencies: "highest"

0 commit comments

Comments
 (0)