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.
7.4
8.0
1 parent f33a5cf commit 3de0a73Copy full SHA for 3de0a73
.github/workflows/common/composer-install/action.yaml
@@ -29,11 +29,6 @@ runs:
29
${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
30
${{ runner.os }}-composer-
31
32
- - name: Overwrite minimum-stability to rc
33
- if: ${{ inputs.symfony-version == '7.4' || inputs.symfony-version == '8.0' }}
34
- run: composer config minimum-stability rc
35
- shell: bash
36
-
37
- name: Install dependencies with Composer
38
env:
39
SYMFONY_REQUIRE: "${{ inputs.symfony-version }}.*"
.github/workflows/continuous-integration.yml
@@ -22,6 +22,7 @@ jobs:
22
runs-on: ubuntu-22.04
23
24
strategy:
25
+ fail-fast: false
26
matrix:
27
include:
28
- php-version: 8.2
0 commit comments