Skip to content

Commit

Permalink
test with symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 7, 2024
1 parent cc511e5 commit a3aed74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,14 +22,16 @@ jobs:
matrix:
varnish-version: ['6.6']
varnish-modules-version: ['0.18.0']
php: ['7.3', '7.4', '8.0', '8.1']
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
include:
- php: '7.4'
symfony-version: '4.3.*'
- php: '7.4'
symfony-version: '5.0.*'
- php: '8.1'
symfony-version: '6.*'
- php: '8.1'
symfony-version: '7.*'
- php: '8.1'
varnish-version: '7.1'
varnish-modules-version: '0.20.0'
Expand All @@ -43,7 +45,7 @@ jobs:
coverage: none

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Varnish and Nginx
run: |
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -22,8 +22,8 @@
],
"require": {
"php": "^7.2 || ^8.0",
"symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0",
"symfony/options-resolver": "^4.3 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/options-resolver": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"php-http/client-implementation": "^1.0 || ^2.0",
"php-http/client-common": "^1.1.0 || ^2.0",
"php-http/message": "^1.0 || ^2.0",
Expand All @@ -35,9 +35,9 @@
"monolog/monolog": "^1.0",
"php-http/guzzle7-adapter": "^0.1.1",
"php-http/mock-client": "^1.2",
"symfony/process": "^4.3 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.3 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.0 || ^6.0"
"symfony/process": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^v7.0.6"
},
"conflict": {
"toflar/psr6-symfony-http-cache-store": "<2.2.1"
Expand Down

0 comments on commit a3aed74

Please sign in to comment.