Skip to content

Commit 8aa0dc5

Browse files
authored
Merge pull request #7 from jerowork/master
Add support for Symfony 7.0
2 parents 301371a + ae1ed20 commit 8aa0dc5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@ jobs:
1717
- '7.4'
1818
- '8.0'
1919
- '8.1'
20+
- '8.2'
2021
symfony-version:
2122
- '4.4.*'
2223
- '5.4.*'
2324
- '6.0.*'
25+
- '7.0.*'
2426
exclude:
2527
- php-version: '7.4'
2628
symfony-version: '6.0.*'
29+
- php-version: '7.4'
30+
symfony-version: '7.0.*'
31+
- php-version: '8.0'
32+
symfony-version: '7.0.*'
33+
- php-version: '8.1'
34+
symfony-version: '7.0.*'
2735
steps:
2836
- name: Checkout
2937
uses: actions/checkout@v2

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
"require": {
1818
"php": "^7.4|^8.0",
19-
"symfony/css-selector": "^4.4|^5.0|^6.0"
19+
"symfony/css-selector": "^4.4|^5.0|^6.0|^7.0"
2020
},
2121

2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^5.2|^6.0"
23+
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0"
2424
},
2525

2626
"replace": {

0 commit comments

Comments
 (0)