Skip to content

Commit f867d56

Browse files
committed
ci(symfony): run on 7.4 and 8.0
1 parent 95b2057 commit f867d56

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ 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+
3237
- name: Install dependencies with Composer
3338
env:
3439
SYMFONY_REQUIRE: "${{ inputs.symfony-version }}.*"

.github/workflows/continuous-integration.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ jobs:
4646
symfony-require: "7.3"
4747
- php-version: 8.4
4848
symfony-require: "7.3"
49+
- php-version: 8.2
50+
symfony-require: "7.4"
51+
- php-version: 8.3
52+
symfony-require: "7.4"
53+
- php-version: 8.4
54+
symfony-require: "7.4"
55+
- php-version: 8.2
56+
symfony-require: "8.0"
57+
- php-version: 8.3
58+
symfony-require: "8.0"
59+
- php-version: 8.4
60+
symfony-require: "8.0"
4961
steps:
5062
- name: Checkout
5163
uses: actions/checkout@v5

0 commit comments

Comments
 (0)