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 873e1a3 commit 1ad5acf
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 @@ -16,6 +16,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- jruby-9.3
- jruby-9.4
fail-fast: false
Expand All @@ -36,6 +37,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1ad5acf

Please sign in to comment.