Skip to content

Commit

Permalink
Add matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Apr 15, 2024
1 parent aad47a2 commit a9d6466
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:

e2e:
name: e2e
strategy:
matrix:
version: [16]
runs-on: ubuntu-latest
env:
BATS_LIB_PATH: "${{ github.workspace }}/test/bats/lib/"
Expand All @@ -59,7 +62,7 @@ jobs:
PGDATABASE: unittest
services:
postgres:
image: postgres:16
image: postgres:${{ matrix.version }}
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit a9d6466

Please sign in to comment.