Skip to content

Commit

Permalink
update »PostgreSQL« version(s) in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed May 18, 2024
1 parent 3ccc63f commit f23072f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
javaVersion: [ "17", "21" ]
javaDistribution: [ "temurin", "zulu" ]
pgDockerTag: [ "16.2", "15.6", "14.11", "13.14", "12.18" ]
pgDockerTag: [ "16.3", "15.7", "14.12", "13.15", "12.19" ]
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion spring-boot/src/test/resources/config/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
spring:
datasource:
url: jdbc:tc:postgresql:16.2:///
url: jdbc:tc:postgresql:16.3:///
test:
database:
replace: none

0 comments on commit f23072f

Please sign in to comment.