Skip to content

Commit

Permalink
Set JRE 11 as minimum version (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzieciou authored Jun 25, 2023
1 parent 7d36008 commit a770a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17-ea ]
java-version: [ 11, 12, 13, 14, 15, 16, 17-ea ]
max-parallel: 4
name: Test JDK ${{ matrix.java-version }}, ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ given()

## Prerequisities

* JDK 8 or higher
* JDK 11 or higher
* Dependencies with which I tested the solution

```xml
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.dzieciou.testing</groupId>
<artifactId>curl-logger</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<url>https://github.com/dzieciou/curl-logger</url>
<name>com.github.dzieciou.testing:curl-logger</name>
Expand Down

0 comments on commit a770a81

Please sign in to comment.