Skip to content

Commit d8b2bc1

Browse files
authored
Update Varnish to 7.7 (#14)
1 parent 608bf7f commit d8b2bc1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
varnish_version:
2323
- "7.5"
2424
- "7.6"
25+
- "7.7"
2526

2627
concurrency:
2728
group: ${{ github.ref_name != 'main' && format('{0}-{1}-{2}', github.workflow, github.ref, matrix.varnish_version) || github.sha }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VARNISH_VERSION=7.6
1+
ARG VARNISH_VERSION=7.7
22
FROM varnish:${VARNISH_VERSION}
33

44
USER root

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ See the tests for more parameter edge cases.
7676

7777
## Building
7878

79-
This module is primarily manually tested with Varnish 7.6, but also includes vtc tests for version 7.5.
79+
This module is primarily manually tested with Varnish 7.7, but also includes vtc tests for version 7.5 and 7.6.
8080

8181
```
8282
./bootstrap

debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM varnish:7.6.1
1+
FROM varnish:7.7.1
22

33
USER root
44

0 commit comments

Comments
 (0)