Skip to content

Commit

Permalink
Add Postgres 14.5 to test matrix
Browse files Browse the repository at this point in the history
Relates to #112
  • Loading branch information
maltoe committed Aug 21, 2024
1 parent 315f843 commit e093305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# - ubuntu-latest (Ubuntu 22) mandates OTP >= 24
# - dialyxir uses `Kernel.then` and hence mandates Elixir >= 1.12
lang: [{otp: '24.3.4.13', elixir: '1.12.3'}, {otp: '26.0.2', elixir: '1.15.5'}, {otp: '26.2.3', elixir: '1.17.1'}]
postgres: ['13.12', '16.0']
postgres: ['13.12', '14.5', 16.0']
services:
postgres:
image: postgres:${{matrix.postgres}}
Expand Down

0 comments on commit e093305

Please sign in to comment.