Skip to content

Commit 367334e

Browse files
authored
Merge pull request #533 from FriendsOfSymfony/varnish-7
build with varnish 7
2 parents 7ee97fb + bd6cf84 commit 367334e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,32 @@ on:
77
pull_request:
88

99
env:
10-
VARNISH_VERSION: '6.6'
11-
VARNISH_MODULES_VERSION: '0.18.0'
1210
DEPENDENCIES: 'toflar/psr6-symfony-http-cache-store:^2|^3|^4'
1311
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=0'
1412

1513
jobs:
1614
latest:
17-
name: PHP ${{ matrix.php }} Varnish 6 SF ${{ matrix.symfony-version }}
15+
env:
16+
VARNISH_VERSION: ${{ matrix.varnish-version }}
17+
VARNISH_MODULES_VERSION: ${{ matrix.varnish-modules-version }}
18+
name: PHP ${{ matrix.php }} Varnish ${{ matrix.varnish-version }} SF ${{ matrix.symfony-version }}
1819
runs-on: ubuntu-20.04
1920
strategy:
2021
fail-fast: false
2122
matrix:
23+
varnish-version: ['6.6']
24+
varnish-modules-version: ['0.18.0']
25+
php: ['7.3', '7.4', '8.0', '8.1']
2226
include:
23-
- php: '7.3'
2427
- php: '7.4'
2528
symfony-version: '4.3.*'
2629
- php: '7.4'
2730
symfony-version: '5.0.*'
28-
- php: '8.0'
2931
- php: '8.1'
3032
symfony-version: '6.*'
33+
- php: '8.1'
34+
varnish-version: '7.1'
35+
varnish-modules-version: '0.20.0'
3136

3237
steps:
3338
- name: Setup PHP
@@ -59,6 +64,9 @@ jobs:
5964
legacyPHP:
6065
name: PHP 7.2 Varnish 6
6166
runs-on: ubuntu-18.04
67+
env:
68+
VARNISH_VERSION: '6.6'
69+
VARNISH_MODULES_VERSION: '0.18.0'
6270

6371
steps:
6472
- name: Setup PHP
@@ -199,6 +207,9 @@ jobs:
199207
coverage:
200208
name: Code Coverage
201209
runs-on: ubuntu-20.04
210+
env:
211+
VARNISH_VERSION: '6.6'
212+
VARNISH_MODULES_VERSION: '0.18.0'
202213

203214
steps:
204215
- name: Setup PHP

0 commit comments

Comments
 (0)