Skip to content

Commit

Permalink
CI: add Ruby 3.3 to the test matrix (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Mar 14, 2024
1 parent abd7e92 commit 6e9f48d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
rails-version:
- "5.2.8"
- "6.1.6"
Expand All @@ -30,6 +31,8 @@ jobs:
- { ruby-version: "3.1", rails-version: "7.0.0" } # See fixed Ruby 3.1 <> Rails 7.0.0 incompatibility: https://github.com/rails/rails/releases/tag/v7.0.1
- { ruby-version: "3.2", rails-version: "5.2.8" }
- { ruby-version: "3.2", rails-version: "7.0.0" }
- { ruby-version: "3.3", rails-version: "5.2.8" }
- { ruby-version: "3.3", rails-version: "7.0.0" }
name: tests (ruby-${{ matrix.ruby-version }}, rails-${{ matrix.rails-version }})
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 6e9f48d

Please sign in to comment.