Skip to content

Commit

Permalink
[CI] Bump ruby versions to latest stable 3.x
Browse files Browse the repository at this point in the history
confirm on CI that this gem still works on the latest rubies
  • Loading branch information
6 committed Jun 13, 2024
1 parent d40331b commit 6cbcff8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
include:
# Technically no longer maintained Ruby releases, but lets still test them:
- ruby-version: "2.6.10"
rails-version: "4.2"
- ruby-version: "2.7.8"
Expand All @@ -25,11 +26,13 @@ jobs:
rails-version: "6.1"
- ruby-version: "2.7.8"
rails-version: "7.0"
- ruby-version: "3.1.4"
# Security maintenance releases:
- ruby-version: "3.1.5"
rails-version: "7.0"
- ruby-version: "3.2.3"
# Stable releases:
- ruby-version: "3.2.4"
rails-version: "7.1"
- ruby-version: "3.3.0"
- ruby-version: "3.3.3"
rails-version: "7.1"
services:
postgres:
Expand Down

0 comments on commit 6cbcff8

Please sign in to comment.