Skip to content

Commit

Permalink
Add Symfony 6.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Jul 1, 2023
1 parent 357bb81 commit 9e91d7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
- php: '8.1'
symfony: '6.2'
dependencies: 'lowest'
- php: '8.1'
symfony: '6.3'
dependencies: 'highest'
- php: '8.1'
symfony: '6.3'
dependencies: 'lowest'
- php: '8.2'
symfony: '6.1'
dependencies: 'highest'
Expand All @@ -102,6 +108,12 @@ jobs:
- php: '8.2'
symfony: '6.2'
dependencies: 'lowest'
- php: '8.2'
symfony: '6.3'
dependencies: 'highest'
- php: '8.2'
symfony: '6.3'
dependencies: 'lowest'
env:
SYMFONY_REQUIRE: ${{ matrix.symfony }}.*
SYMFONY_PHPUNIT_VERSION: ${{ matrix.php >= 7.4 && '9.5' || '8.5' }}
Expand Down

0 comments on commit 9e91d7d

Please sign in to comment.