Skip to content

Commit 491f1cb

Browse files
authored
Test on lowest and highest dependencies
Remove experimental flag
1 parent b4c0fa5 commit 491f1cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
continue-on-error: ${{ matrix.experimental }}
1413
strategy:
1514
fail-fast: false
1615
matrix:
@@ -27,7 +26,6 @@ jobs:
2726
- php-version: "8.0"
2827
dependencies: "highest"
2928
composer-options: "--ignore-platform-reqs"
30-
experimental: true
3129
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
3230

3331
steps:

0 commit comments

Comments
 (0)