Skip to content

Commit

Permalink
remove failing combinaisons
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Mar 12, 2024
1 parent 78367f6 commit e00fcbc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: ["7.1.3", "7.0.8", "6.1", "6.0.0"]
rails: ["7.1.3", "7.0.8", "6.1.7"]
ruby: ["3.3.0", "3.2.2", "3.1.4", "3.0.6", "2.7.8"]
include:
- rails: "5.0"
ruby: 2.7.8
#- rails: "5.0"
# ruby: 2.7.8
- rails: "5.1"
ruby: 2.7.8
- rails: "5.2"
ruby: 2.7.8
- rails: "6.0.6"
ruby: 2.7.8
- rails: "7.0"
ruby: truffleruby

Expand Down

0 comments on commit e00fcbc

Please sign in to comment.