Skip to content

Commit

Permalink
chore(ci): remove Symfony 6 dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Dec 1, 2021
1 parent e2623da commit 1766bff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
symfony-version: 5.1
- php-version: '8.0'
dependencies: highest
variant: 'symfony/symfony:"6.0.x-dev"'
variant: 'symfony/symfony:"6.0.*"'
allowed-to-fail: false
symfony-version: 6.0
stability: dev
steps:
- name: "Checkout code"
uses: actions/checkout@v2.3.3
Expand All @@ -68,10 +67,6 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Configure Composer minimum stability
if: matrix.stability != ''
run: composer config minimum-stability ${{ matrix.stability }}

- name: Install variant
if: matrix.variant != 'normal'
run: composer require ${{ matrix.variant }} --no-update
Expand Down

0 comments on commit 1766bff

Please sign in to comment.