Skip to content

Commit

Permalink
[minor] adjust ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Aug 16, 2021
1 parent 1651683 commit 4d59b3b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
matrix:
php: [7.4, 8.0]
stability: [hightest]
symfony: [4.4.*, 5.2.*]
symfony: [4.4.*, 5.2.*, 5.3.*]
include:
- php: 7.4
stability: lowest
symfony: '*'
- php: 8.0
stability: highest
symfony: '@dev'
steps:
- name: Checkout code
uses: actions/checkout@v2.3.3
Expand All @@ -35,10 +32,6 @@ jobs:
- name: Install Symfony Flex
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main

- name: Set minimum-stability to dev
run: composer config minimum-stability dev
if: ${{ matrix.symfony == '@dev' }}

- name: Install dependencies
uses: ramsey/composer-install@v1
with:
Expand Down

0 comments on commit 4d59b3b

Please sign in to comment.