Skip to content

Commit

Permalink
Remove Ruby 2.7 from CI
Browse files Browse the repository at this point in the history
It was EOLed on 2023-03-31. Test Ruby 3.3 instead.
  • Loading branch information
Alberto Fernández-Capel authored Dec 19, 2023
1 parent 066396c commit 7726c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
fail-fast: false
matrix:
rails: [ "6.1", "7.0", "7.1" ]
ruby: [ "2.7", "3.0", "3.1", "3.2" ]
ruby: [ "3.0", "3.1", "3.2", "3.3" ]
allow-fail: [ false ]
include:
- { ruby: "2.7", rails: "main", allow-fail: true }
- { ruby: "3.3", rails: "main", allow-fail: true }
- { ruby: "3.2", rails: "main", allow-fail: true }
- { ruby: "head", rails: "main", allow-fail: true }

Expand Down

0 comments on commit 7726c80

Please sign in to comment.