From 53827537a2839def7a44cd44345a702dddcbf678 Mon Sep 17 00:00:00 2001 From: Kristijan Husak Date: Wed, 29 Jan 2025 19:41:33 +0100 Subject: [PATCH] ci: add 0.10.4 to versions for testing --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 43eaff04e..373aa4d8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,7 @@ jobs: - v0.10.1 - v0.10.2 - v0.10.3 + - v0.10.4 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4