Skip to content

Commit

Permalink
no longer support building on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 13, 2024
1 parent 6e9b90b commit 42e32ca
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
test-java-version: [ 11, 17, 21 ]
test-java-version: [ 17, 21 ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The code uses the maven-wrapper for local builds.
% ./mvnw clean install
```

At least Java 11 is required for building. While the code should build with any Java version post 11, only LTS versions (currently 11 and 17) are supported.
At least Java 17 is required for building. While the code should build with any Java version post 17, only LTS versions (currently 17 and 21) are supported.

The resulting library runs on Java 11 and beyond.

Expand Down
1 change: 1 addition & 0 deletions src/site/markdown/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This is the change log for pg-embedded. It follows [Keep a Changelog v1.0.0](htt
- dependency updates, build fixes
- tests are now run against 16.4.0 (used to be 15.4.0)
- Default embedded database version is now 15 (used to be 13)
- Require Java 17 or 21 for building


## 5.1.0 - 2023-10-22
Expand Down

0 comments on commit 42e32ca

Please sign in to comment.