Skip to content

Commit f2454c2

Browse files
committed
chore(ci): add php nightly
1 parent 72e7ca8 commit f2454c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ on:
55
jobs:
66
tests:
77
runs-on: ubuntu-latest
8+
continue-on-error: ${{ matrix.experimental }}
89

910
strategy:
1011
matrix:
1112
php: [8.1, 8.2, 8.3, 8.4, 8.5]
13+
experimental: [false]
14+
include:
15+
- php: 8.6
16+
experimental: true
1217

1318
steps:
1419
- name: Checkout code

0 commit comments

Comments
 (0)