Skip to content

Commit 8ba8471

Browse files
chore: add tests with Symfony ^8.0
1 parent 5f9b8eb commit 8ba8471

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- php-version: 8.5
5555
symfony-version: "^7.0"
5656
phpunit-version: "^12.0"
57+
- php-version: 8.4
58+
symfony-version: "^8.0"
59+
phpunit-version: "^12.0"
60+
- php-version: 8.5
61+
symfony-version: "^8.0"
62+
phpunit-version: "^12.0"
5763

5864
steps:
5965
- name: Checkout

0 commit comments

Comments
 (0)