Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Fix ruby versions
  • Loading branch information
brianmario authored Dec 17, 2024
1 parent dcf1150 commit 6376072
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 @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
ruby_version: [2.6.x, 2.7.x, 3.0.x]
ruby_version: [2.6, 2.7, 3.0]
fail-fast: false
runs-on: ubuntu-latest
name: Test on Ruby ${{ matrix.ruby_version }}
Expand Down

0 comments on commit 6376072

Please sign in to comment.