Skip to content

Commit

Permalink
chore: Add Ruby 3.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Sep 27, 2024
1 parent 07bee97 commit b70f8a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
Expand All @@ -39,7 +40,7 @@ jobs:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: "3.3"
bundler-cache: true
env:
BUNDLE_JOBS: 4
Expand Down

0 comments on commit b70f8a6

Please sign in to comment.