Skip to content

Commit

Permalink
ci: Update the tests matrix (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 29, 2023
1 parent a7e15b0 commit 49ecf27
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
php:
- '8.1'
- '8.2'
symfony-versions: [false]
include:
- description: 'Symfony 5.4'
symfony-versions: 5.4.*
- description: 'Symfony 6.3'
symfony-versions: 6.3.*
symfony-versions:
- false
- '5.4.*'
- '6.4.*'

name: PHP ${{ matrix.php }} ${{ matrix.description }}
name: PHP ${{ matrix.php }} ${{ matrix.description }} - ${{ matrix.symfony-versions }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 49ecf27

Please sign in to comment.