Skip to content

Commit

Permalink
Add Ruby 3.0, 3.1, 3.2 to CI matrix (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Dec 8, 2023
1 parent f9984a7 commit 9bcec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
runs-on: ubuntu-latest
env:
BUNDLE_PATH: ${{ github.workspace }}/vendor/bundle
Expand Down

0 comments on commit 9bcec3c

Please sign in to comment.