Skip to content

Commit

Permalink
Add Ruby 3.4 to CI (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger authored Dec 30, 2024
1 parent ba8683a commit 6c83610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
matrix:
include:
### TEST RUBY VERSIONS
- ruby: "2.5"
- ruby: "2.6"
- ruby: "2.7"
- ruby: "3.0"
db_gem_version: "~> 1.4" # fixes sqlite3 gem dependency issue
- ruby: "3.1"
- ruby: "3.2"
- ruby: "3.3"
- ruby: "3.4"
### TEST RAILS VERSIONS
- ruby: "2.6"
rails_version: "~> 5.2.0"
Expand All @@ -34,11 +34,11 @@ jobs:
- ruby: "3.3"
rails_version: "~> 7.0.0"
db_gem_version: "~> 1.4" # fixes sqlite3 gem dependency issue
- ruby: "3.3"
- ruby: "3.4"
rails_version: "~> 7.1.0"
- ruby: "3.3"
- ruby: "3.4"
rails_version: "~> 7.2.0"
- ruby: "3.3"
- ruby: "3.4"
rails_version: "~> 8.0.0"

steps:
Expand Down

0 comments on commit 6c83610

Please sign in to comment.