Skip to content

Commit ad34a6e

Browse files
authored
Merge pull request #21 from MacPaw/develop
Release
2 parents f1e103f + f808ab3 commit ad34a6e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
run:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -24,12 +24,6 @@ jobs:
2424
- '6.0.*'
2525
- '6.2.*'
2626
include:
27-
- php: '8.0'
28-
coverage: 'xdebug'
29-
symfony-versions: '^4.4'
30-
- php: '8.0'
31-
coverage: 'xdebug'
32-
symfony-versions: '^5.4'
3327
- description: 'Log Code Coverage'
3428
php: '8.2'
3529
coverage: 'xdebug'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
2828
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
2929
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
30-
"macpaw/extended_mock_http_client": "^3.0"
30+
"macpaw/extended_mock_http_client": "^3.0 || ^4.0"
3131
},
3232
"require-dev": {
3333
"phpstan/phpstan": "^1.2",

0 commit comments

Comments
 (0)