Skip to content

Commit

Permalink
Add Ruby 3.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Jan 6, 2025
1 parent 9b35e47 commit 576774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
gemfile: [Gemfile, gemfiles/minimum_dependencies.gemfile]
ruby: [3.1, 3.2, 3.3]
ruby: [3.1, 3.2, 3.3, 3.4]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 576774c

Please sign in to comment.