Skip to content

Commit

Permalink
Merge pull request #215 from hazendaz/master
Browse files Browse the repository at this point in the history
Drop jdk 11 and update spring jdbc to 6
  • Loading branch information
hazendaz committed Nov 10, 2023
2 parents d78e121 + 9419e18 commit 58067fe
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 17, 21, 22-ea]
java: [17, 21, 22-ea]
distribution: ['temurin']
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.3.30</version>
<version>6.0.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 58067fe

Please sign in to comment.