From eda40221199d09260053aaea6f690f953471ef35 Mon Sep 17 00:00:00 2001 From: Jason Gwartz Date: Mon, 1 Apr 2024 17:57:29 -0400 Subject: [PATCH] Add two new point releases to test suite (#45) --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1426a63..74b673d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - pklVersion: ["0.25.0", "0.25.1"] + pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"] steps: - uses: actions/checkout@v2 @@ -33,7 +33,7 @@ jobs: strategy: matrix: - pklVersion: ["0.25.0", "0.25.1"] + pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"] steps: - uses: actions/checkout@v2 @@ -53,7 +53,7 @@ jobs: strategy: matrix: node-version: [18, 20, 21] - pklVersion: ["0.25.0", "0.25.1"] + pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"] steps: - uses: actions/checkout@v2