Skip to content

Commit

Permalink
switch 23-ea -> 23
Browse files Browse the repository at this point in the history
  • Loading branch information
mayerrobert committed Oct 5, 2024
1 parent 23851d9 commit 953a68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
java: [ '8', '17', '21', '22', '23-ea' ]
java: [ '8', '17', '21', '22', '23' ]
name: Java ${{ matrix.Java }} CI

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for a first peek at JMurmel (compiling Murmel won't work, though, only the inter

**Optional: building from source**

Pre-requisites: JDK8 or higher (8..23-ea is being tested), optionally: maven
Pre-requisites: JDK8 or higher (8..23 is being tested), optionally: maven

Clone the repo and build using maven
(this will use the maven wrapper included in the repo, a local maven installation is not required):
Expand All @@ -92,7 +92,7 @@ The resulting jar will end up in `lambda\target\jmurmel.jar`

**Quickstart using a precompiled version**

Make sure you have Java 8+ installed (Java 8 is minimum, Java 21 is preferred).
Make sure you have Java 8+ installed (Java 8 is minimum, more modern versions are preferred).

`java -version` will tell (GNU/linux or Unix or Mac users please adjust as appropriate):

Expand Down

0 comments on commit 953a68d

Please sign in to comment.