Skip to content

Commit e78d536

Browse files
committed
Add experimental to template
1 parent e252696 commit e78d536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: "CI"
1313

1414
runs-on: ${{ matrix.os }}
15+
continue-on-error: ${{ matrix.experimental }}
1516

1617
strategy:
1718
matrix:
@@ -24,6 +25,7 @@ jobs:
2425
- "8.2"
2526
- "8.3"
2627
- "8.4"
28+
experimental: [false]
2729
os: [ubuntu-latest]
2830
include:
2931
- php-version: "8.3"

0 commit comments

Comments
 (0)