Skip to content

Commit

Permalink
github-workflows: add ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Dec 27, 2024
1 parent 59a5c5b commit 020da7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- jruby-9.3
- jruby-9.4
fail-fast: false
Expand All @@ -43,6 +44,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 020da7e

Please sign in to comment.