Skip to content

Commit

Permalink
CI: Add Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Dec 26, 2024
1 parent 620454c commit 5ed64f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.4'
- '3.3'
- '3.2'
- '3.1'
Expand Down Expand Up @@ -36,6 +37,7 @@ jobs:
strategy:
matrix:
ruby:
#- '3.4'
- '3.3'
- '3.2'
- '3.1'
Expand Down

0 comments on commit 5ed64f9

Please sign in to comment.