Skip to content

Commit

Permalink
Remove Rails 7.0 from GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Nov 4, 2024
1 parent 3f4768c commit 42bcef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
rails: ["7.0", "7.1", "7.2", "8.0"]
rails: [ "7.1", "7.2", "8.0"]
exclude:
- ruby: "3.0"
rails: "8.0"
Expand Down

0 comments on commit 42bcef8

Please sign in to comment.