Skip to content

Commit 7b5a10c

Browse files
committed
chore: added 8.1 as experimental to tests workflow
1 parent ed68da1 commit 7b5a10c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ on:
77
jobs:
88
tests:
99
runs-on: ubuntu-latest
10+
continue-on-error: ${{ matrix.experimental }}
1011
strategy:
1112
fail-fast: true
1213
matrix:
1314
php: [7.3, 7.4, 8.0]
1415
stability: [prefer-lowest, prefer-stable]
16+
experimental: [false]
17+
include:
18+
- php: 8.1
19+
stability: prefer-stable
20+
experimental: true
1521

1622
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
1723

0 commit comments

Comments
 (0)