Skip to content

Commit

Permalink
Add two new point releases to test suite (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz authored Apr 1, 2024
1 parent 356cfd7 commit eda4022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eda4022

Please sign in to comment.