Skip to content

Commit

Permalink
Spring 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Nov 17, 2022
1 parent 5b82fda commit 4175d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build
strategy:
matrix:
java: [ '11', '17', '19', '20-ea' ]
java: [ '17', '19', '20-ea' ]
os: [ windows-latest, ubuntu-latest, macOS-latest ]
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<spring.version>5.3.24</spring.version>
<spring.version>6.0.0</spring.version>
<maven.version.rules>${project.baseUri}maven-version-rules.xml</maven.version.rules>
</properties>

Expand Down

0 comments on commit 4175d73

Please sign in to comment.