Skip to content

Commit

Permalink
Merge pull request #36 from y-yagi/ci-against-latest-ruby
Browse files Browse the repository at this point in the history
CI against Ruby 3.3
  • Loading branch information
y-yagi authored Dec 26, 2023
2 parents 06f6140 + d401de1 commit 0637f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4', '2.3' ]
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4', '2.3' ]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 0637f69

Please sign in to comment.