Skip to content

Commit 91af7f3

Browse files
authored
Support Varnish 8.0 (#16)
1 parent 2a1425d commit 91af7f3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "7.5"
2424
- "7.6"
2525
- "7.7"
26+
- "8.0"
2627

2728
concurrency:
2829
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.7
1+
ARG VARNISH_VERSION=8.0
22
FROM varnish:${VARNISH_VERSION}
33

44
USER root

debug/Dockerfile

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

33
USER root
44

0 commit comments

Comments
 (0)