Skip to content

Commit

Permalink
Drop Node 16 and add Ruby 3.3 to test matrix
Browse files Browse the repository at this point in the history
marcoroth authored Feb 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 28ad45d commit d05f07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 19, 20, 21]
node: [18, 19, 20, 21]

steps:
- uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]

steps:
- uses: actions/checkout@v3

0 comments on commit d05f07e

Please sign in to comment.