Skip to content

Commit

Permalink
Added Postgres 15 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 15, 2022
1 parent 65e3d2c commit 702fe4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
include:
- ruby: 3.1
gemfile: Gemfile
postgres: 14
postgres: 15
- ruby: "3.0"
gemfile: gemfiles/activerecord61.gemfile
postgres: 12
postgres: 13
- ruby: 2.7
gemfile: gemfiles/activerecord60.gemfile
postgres: 10
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 702fe4c

Please sign in to comment.