Skip to content

Commit

Permalink
Add a custom workflow for Symfony 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz authored and GSadee committed Jan 20, 2023
1 parent f699ad5 commit 4e9c3f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_e2e-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
php: [ "8.1" ]
symfony: [ "^6.2" ]
symfony: [ "^6.3" ]
mysql: [ "8.0" ]

env:
Expand All @@ -35,8 +35,8 @@ jobs:
key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"
restore-keys: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"

- name: Change minimum-stability to beta
run: composer config minimum-stability beta
- name: Change minimum-stability to dev
run: composer config minimum-stability dev

- name: Build application
uses: jakubtobiasz/SyliusBuildTestAppAction@v2.0
Expand Down

0 comments on commit 4e9c3f2

Please sign in to comment.