Skip to content

Commit 3de0a73

Browse files
committed
Revert "ci(symfony): run on 7.4 and 8.0"
This reverts commit f531538
1 parent f33a5cf commit 3de0a73

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/common/composer-install/action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ runs:
2929
${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
3030
${{ runner.os }}-composer-
3131
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-
3732
- name: Install dependencies with Composer
3833
env:
3934
SYMFONY_REQUIRE: "${{ inputs.symfony-version }}.*"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323

2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
include:
2728
- php-version: 8.2

0 commit comments

Comments
 (0)