File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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 }}.*"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments