Skip to content

Commit

Permalink
run builds on non-lts versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slemke committed Jun 30, 2024
1 parent b1f8462 commit 2bb933e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [18, 20]
version: [18, 19, 20, 21, 22]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [18, 20]
version: [18, 19, 20, 21, 22]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 2bb933e

Please sign in to comment.