Skip to content

Commit

Permalink
Add Rails 6.1 back to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 22, 2023
1 parent a94c79a commit 09de357
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
ruby: ['3.0', '3.1', '3.2']
gemfile:
- rails_6_1
- rails_7
- rails_7_1
- rails_main
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
matrix:
ruby: ['3.0', '3.1', '3.2']
gemfile:
- rails_6_1
- rails_7
- rails_7_1
- rails_main
Expand Down Expand Up @@ -96,6 +98,7 @@ jobs:
matrix:
ruby: ['3.0', '3.1', '3.2']
gemfile:
- rails_6_1
- rails_7
- rails_7_1
- rails_main
Expand All @@ -106,7 +109,7 @@ jobs:

services:
postgres:
image: postgres:12
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 09de357

Please sign in to comment.