Skip to content

Commit

Permalink
Add support for PHP 8.4 and Symfony 7.2 (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Jan 14, 2025
1 parent 63c5000 commit 3e29e44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ jobs:
- 8.1
- 8.2
- 8.3
- 8.4
dependencies: [highest]
runner: [ubuntu-latest]
symfony-require: ['']
include:
- php-version: 8.0
dependencies: lowest
- php-version: 8.3
- php-version: 8.4
dependencies: highest
symfony-require: 7.1.*
symfony-require: 7.2.*

steps:
- name: Checkout
Expand Down

0 comments on commit 3e29e44

Please sign in to comment.