Skip to content

Commit

Permalink
Update pkl versions and node versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz committed Nov 13, 2024
1 parent 02817cd commit 8aa361a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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", "0.25.2", "0.25.3"]
pklVersion: ["0.25.3", "0.26.3", "0.27.0"]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"]
pklVersion: ["0.25.3", "0.26.3", "0.27.0"]

steps:
- uses: actions/checkout@v4
Expand All @@ -52,8 +52,8 @@ jobs:

strategy:
matrix:
node-version: [18, 20, 21]
pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"]
node-version: [20, 21, 22, 23]
pklVersion: ["0.25.3", "0.26.3", "0.27.0"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8aa361a

Please sign in to comment.