From 25ccbafcabde14ceadee3b781409a72b5fe0b79e Mon Sep 17 00:00:00 2001 From: King'ori Maina Date: Mon, 6 Jan 2025 19:39:59 +0200 Subject: [PATCH] Update tests to use v0.11.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1df3eda..496a3b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: env: # Update this to the exact version that you want to test i.e. the packaging # into a Docker image. - VERSION: 0.10.14 + VERSION: 0.11.0 jobs: docker-build: