Skip to content

Commit c50ea0e

Browse files
authored
Merge pull request #23 from MacPaw/develop
Release
2 parents ad34a6e + d66a669 commit c50ea0e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ jobs:
2323
- '5.4.*'
2424
- '6.0.*'
2525
- '6.2.*'
26+
- '7.0.*'
27+
exclude:
28+
- php: '8.1'
29+
symfony-versions: '7.0.*'
2630
include:
2731
- description: 'Log Code Coverage'
2832
php: '8.2'
2933
coverage: 'xdebug'
30-
symfony-versions: '^6.2'
34+
symfony-versions: '^7.0'
3135

3236
name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
3337
steps:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"require": {
2424
"php": "^8.0",
2525
"behat/behat": "^3.0",
26-
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
27-
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
28-
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
29-
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
26+
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
27+
"symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0",
28+
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0 || ^7.0",
29+
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0 || ^7.0",
3030
"macpaw/extended_mock_http_client": "^3.0 || ^4.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)