Skip to content

Commit

Permalink
don't need to check ruby 2.7/3.0 for rails version that supports new …
Browse files Browse the repository at this point in the history
…ones

- add ruby 3.3
  • Loading branch information
mathieujobin authored Aug 19, 2024
1 parent 7996d53 commit 4315a07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
gemfile:
- rails_6.0
- rails_6.1
Expand Down

0 comments on commit 4315a07

Please sign in to comment.