Skip to content

Commit a211024

Browse files
committed
ci: keep stable support matrix strict
1 parent 4477ce6 commit a211024

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ concurrency:
1515
jobs:
1616
test:
1717
runs-on: ubuntu-latest
18-
continue-on-error: ${{ matrix.experimental || false }}
1918

2019
strategy:
2120
fail-fast: false
@@ -29,9 +28,6 @@ jobs:
2928
dependency-version: 'prefer-stable'
3029
- php: '8.4'
3130
dependency-version: 'prefer-stable'
32-
- php: '8.5'
33-
dependency-version: 'prefer-stable'
34-
experimental: true
3531

3632
steps:
3733
- name: Checkout code

0 commit comments

Comments
 (0)