From db8678eb17d28c5ffe232bbd44d01a79f3d54335 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 8 Apr 2024 00:21:39 +0100 Subject: [PATCH] Update supported versions --- .github/workflows/ci-main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index c3794b5..8cc81e9 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -16,7 +16,7 @@ jobs: matrix: compiler: [clang, gcc] os: [ubuntu-latest] - varnish: ['6.0', '7.3', '7.4'] + varnish: ['6.0', '7.4', '7.5'] steps: - uses: varnishcache-friends/setup-varnish@v1 diff --git a/README.md b/README.md index 2dad671..dc66ae0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ libvmod-geoip2 ## About -A Varnish 6.0, 7.3 and 7.4 VMOD to query MaxMind GeoIP2 DB files. +A Varnish 6.0, 7.4 and 7.5 VMOD to query MaxMind GeoIP2 DB files. For Varnish master refer to the devel branch. Older Varnish versions are no longer supported.