Skip to content

Commit

Permalink
chore: early hook for Symfony ^8
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 25, 2023
1 parent e803c58 commit f379897
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -51,6 +51,12 @@ runs:
shell: bash
run: composer config extra.symfony.require ${{ inputs.composer-flex-with-symfony-version }}

- name: Configure Symfony ^8
if: inputs.composer-flex-with-symfony-version == '^8'
shell: bash
run: |
composer config minimum-stability RC
- name: Configure Symfony ^7
if: inputs.composer-flex-with-symfony-version == '^7'
shell: bash
Expand Down

0 comments on commit f379897

Please sign in to comment.