Skip to content

Commit 42178ca

Browse files
committed
Add Symfony 8 tests
1 parent f182917 commit 42178ca

File tree

2 files changed

+12
-90
lines changed

2 files changed

+12
-90
lines changed

.github/workflows/symfony.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,25 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
operating-system: [ ubuntu-latest ]
33-
php: [ '8.1', '8.2', '8.3' ]
34-
symfony: [ '6.4', '7.*' ]
33+
php: [ '8.1', '8.2', '8.3', '8.4' ]
34+
symfony: [ '6.4', '7.4', '8.*' ]
3535
stability: [ stable ]
3636
include:
3737
- symfony: '6.4'
3838
dependencies: "symfony/http-client:^6 symfony/browser-kit:^6 symfony/css-selector:^6 symfony/framework-bundle:^6 symfony/twig-bundle:^6 symfony/panther:^2"
39-
- symfony: '7.*'
39+
- symfony: '7.4'
4040
dependencies: "symfony/http-client:^7 symfony/browser-kit:^7 symfony/css-selector:^7 symfony/framework-bundle:^7 symfony/twig-bundle:^7 symfony/panther:^2"
41+
- symfony: '8.*'
42+
dependencies: "symfony/http-client:^8 symfony/browser-kit:^8 symfony/css-selector:^8 symfony/framework-bundle:^8 symfony/twig-bundle:^8 symfony/panther:^2"
4143
exclude:
4244
- php: '8.1'
43-
symfony: '7.*'
45+
symfony: '7.4'
46+
- php: '8.1'
47+
symfony: '8.*'
48+
- php: '8.2'
49+
symfony: '8.*'
50+
- php: '8.3'
51+
symfony: '8.*'
4452
steps:
4553
# To automatically get bug fixes and new Php versions for shivammathur/setup-php,
4654
# change this to (see https://github.com/shivammathur/setup-php#bookmark-versioning):

.travis.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)