Skip to content

Commit

Permalink
chore: shrink test matrix and move to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Sep 22, 2023
1 parent 2cddee2 commit 925e733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
name: Execution Tests Ubuntu
strategy:
matrix:
node: [18, 16]
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, next]
node: [18, 20]
ts: [4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, next]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -75,8 +75,8 @@ jobs:
name: Execution Tests Windows
strategy:
matrix:
node: [18, 16]
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, next]
node: [18, 20]
ts: [4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, next]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 925e733

Please sign in to comment.