Skip to content

Commit

Permalink
Added 3.3 and 3.2 into CI and removed 2.7 and 2.6 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 29, 2024
1 parent cd990a0 commit 1431a1a
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 @@ -7,7 +7,7 @@ jobs:
name: build ${{ matrix.ruby }}
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6 ]
ruby: [ '3.3', '3.2', '3.1', '3.0' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1431a1a

Please sign in to comment.