Skip to content

Commit

Permalink
Remove tests for Symfony 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkael committed Apr 29, 2023
1 parent 2654a9f commit 94f4eb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,13 @@ jobs:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
symfony: ['5.4.*']
include:
- description: 'Symfony 5.4'
php: '7.4'
symfony: 5.4.*
- description: 'Symfony 6.0'
php: '8.0'
symfony: 6.0.*
- description: 'Symfony 6.1'
php: '8.1'
symfony: 6.1.*
Expand All @@ -51,7 +47,7 @@ jobs:
- description: 'Symfony 6.3'
php: '8.2'
symfony: 6.3.*-dev
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
name: PHP ${{ matrix.php }} tests (Symfony ${{ matrix.symfony }})
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 94f4eb6

Please sign in to comment.