Skip to content

Commit

Permalink
Update and add Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 11, 2024
1 parent d360a47 commit e4bc6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
os:
- ubuntu-latest
- macos-latest
Expand All @@ -35,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby and install bundle
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit e4bc6f9

Please sign in to comment.