Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add Ruby 3.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Dec 26, 2023
1 parent 5a67a39 commit c3af4fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- ruby: "3.0"
- ruby: "3.1"
- ruby: "3.2"
- ruby: "3.3"
### TEST RAILS VERSIONS
- ruby: "2.6"
env:
Expand All @@ -35,16 +36,16 @@ jobs:
- ruby: "2.6"
env:
RAILS_VERSION: "6.1"
- ruby: "3.2"
- ruby: "3.3"
env:
RAILS_VERSION: "7.0"
- ruby: "3.2"
- ruby: "3.3"
env:
RAILS_VERSION: "7.1"
### TEST NON-DEFAULT DATABASES
- ruby: "3.2"
- ruby: "3.3"
db_gem: "mysql2"
- ruby: "3.2"
- ruby: "3.3"
db_gem: "pg"

services:
Expand Down

0 comments on commit c3af4fe

Please sign in to comment.