Skip to content

Commit

Permalink
Limit CI to Ruby 3.1
Browse files Browse the repository at this point in the history
since that is the syntax we want to focus on
  • Loading branch information
julik committed Sep 3, 2024
1 parent e8b4fc2 commit c1389ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- '2.7'
- '3.3'
- '3.1'
services:
postgres:
image: postgres
Expand Down

0 comments on commit c1389ff

Please sign in to comment.