Skip to content

Commit 5b40664

Browse files
committed
chore(ci): remove php 8.6 job
it was already there because of the register_argc_argv issue which has already been fixed in codeception
1 parent 46d3e3d commit 5b40664

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

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

109
strategy:
1110
matrix:
1211
php: [8.2, 8.3, 8.4, 8.5]
13-
experimental: [false]
14-
include:
15-
- php: 8.6
16-
experimental: true
1712

1813
steps:
1914
- name: Checkout code

0 commit comments

Comments
 (0)