Skip to content

Commit

Permalink
Bump CI ruby test matrix (#9)
Browse files Browse the repository at this point in the history
bump to latest 3.1.x, 3.2.x, 3.3.x to make sure these ruby versions still work
  • Loading branch information
6 authored Dec 20, 2024
1 parent aa100c2 commit 9da041a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- ruby-version: "2.7.8"
rails-version: "7.0"
# Security maintenance releases:
- ruby-version: "3.1.5"
- ruby-version: "3.1.6"
rails-version: "7.0"
# Stable releases:
- ruby-version: "3.2.4"
- ruby-version: "3.2.6"
rails-version: "7.1"
- ruby-version: "3.3.3"
- ruby-version: "3.3.6"
rails-version: "7.1"
services:
postgres:
Expand Down

0 comments on commit 9da041a

Please sign in to comment.