Skip to content

Commit

Permalink
Update to Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz authored Aug 1, 2024
1 parent fe74198 commit 67aea76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ruby:
- 3.1
- 3.3

steps:
- uses: actions/checkout@v3
Expand All @@ -24,4 +24,4 @@ jobs:
bundler-cache: true

- name: Run the default task
run: bundle exec rspec
run: bundle exec rspec

0 comments on commit 67aea76

Please sign in to comment.