Skip to content

Commit ae4613e

Browse files
wip
1 parent 7188b94 commit ae4613e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2, 8.1, 8.0, 7.4]
12+
php: [8.1, 8.0, 7.4]
1313
dependency-version: [prefer-lowest, prefer-stable]
14-
exclude:
15-
- php: 8.2
16-
testbench: 6.*
1714

1815
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
1916

0 commit comments

Comments
 (0)