Skip to content

Commit

Permalink
Allow symfony 7 in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ern at home committed Jan 14, 2024
1 parent 199e5c7 commit 098d3d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
strategy:
matrix:
php:
- '7.3'
- '7.4'
- '8.0'
- '8.2'
include:
- description: 'Symfony 4.4'
php: '7.3'
composer_option: '--prefer-lowest'
- description: 'Symfony 5.4'
php: '7.4'
symfony: 5.4.*
composer_option: '--prefer-lowest'
- description: 'Symfony 6.0'
php: '8.0'
symfony: 6.0.*
- description: 'Symfony 7.0'
php: '8.2'
symfony: 7.0.*
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down

0 comments on commit 098d3d0

Please sign in to comment.