Skip to content

Commit

Permalink
Drop support for Ruby 3.0 (#507)
Browse files Browse the repository at this point in the history
Ruby 3.0 reached EOL on April 2024
  • Loading branch information
FerPerales authored Oct 31, 2024
1 parent e62adb9 commit 87b13a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
rails: ["7.1", "7.0", "6.1"]
ruby: ["3.3", "3.2", "3.1", "3.0"]
ruby: ["3.3", "3.2", "3.1"]
exclude:
- ruby: "3.1"
rails: "7.1"
Expand Down

0 comments on commit 87b13a6

Please sign in to comment.