Skip to content

Commit

Permalink
Run CI with Symfony 6.3 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher authored Jun 13, 2023
1 parent 26869d3 commit 48a40c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
SYMFONY_REQUIRE: 5.4.*
- php: 8.0
- php: 8.1
SYMFONY_REQUIRE: 6.0.*
- php: 8.1
stability: dev
SYMFONY_REQUIRE: 6.1.*
SYMFONY_REQUIRE: 6.2.*
- php: 8.2
SYMFONY_REQUIRE: 6.3.*

steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +35,9 @@ jobs:
run: composer config minimum-stability ${{ matrix.stability }}

- name: Install symfony/flex
run: composer global require symfony/flex
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require symfony/flex
- name: Install dependencies
env:
Expand Down

0 comments on commit 48a40c2

Please sign in to comment.