Skip to content

Commit

Permalink
ci: Add PostgreSQL 14 and 15 to GitHub Actions matrix (#7081)
Browse files Browse the repository at this point in the history
* ci: Add PostgreSQL 14 and 15 to GitHub Actions matrix

* ci: Remove older PostgreSQL versions from test matrix
  • Loading branch information
enomotodev committed Jun 25, 2024
1 parent 11c4331 commit 4a50b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
postgres:
strategy:
matrix:
dbversion: ['postgres:latest', 'postgres:13', 'postgres:12', 'postgres:11', 'postgres:10']
dbversion: ['postgres:latest', 'postgres:15', 'postgres:14', 'postgres:13']
go: ['1.22', '1.21', '1.20']
platform: [ubuntu-latest] # can not run in macOS and Windows
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 4a50b36

Please sign in to comment.