Skip to content

Commit

Permalink
PG takes the blue pill
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepiske committed Nov 13, 2024
1 parent 70f2898 commit 7289205
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@ jobs:
runs-on: ubuntu-latest
services:
test-postgres:
image: postgres
image: postgres:${{ matrix.postgres }}
ports:
- 5432:5432
env:
POSTGRES_PASSWORD: foobar123
strategy:
matrix:
gemfile: ['rails_7.1', 'rails_7.2']
ruby: ['3.2', '3.3']
gemfile:
- rails_7.1
- rails_7.2
ruby:
- '3.2'
- '3.3'
postgres:
- '15'
- '16'
- '17'
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 7289205

Please sign in to comment.