We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c0fa5 commit 491f1cbCopy full SHA for 491f1cb
.github/workflows/php.yml
@@ -10,7 +10,6 @@ jobs:
10
build:
11
12
runs-on: ubuntu-latest
13
- continue-on-error: ${{ matrix.experimental }}
14
strategy:
15
fail-fast: false
16
matrix:
@@ -27,7 +26,6 @@ jobs:
27
26
- php-version: "8.0"
28
dependencies: "highest"
29
composer-options: "--ignore-platform-reqs"
30
- experimental: true
31
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
32
33
steps:
0 commit comments