Skip to content

Commit

Permalink
dropping java8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Sep 1, 2024
1 parent 5e629bb commit 1196066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: ['8', '11', '17', '21' ]
jdk: ['11', '17', '21' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: ['8', '11', '17', '21' ]
jdk: ['11', '17', '21' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -45,4 +45,4 @@ jobs:
java-version: ${{ matrix.jdk }}
cache: 'maven'
- name: Test with Maven
run: mvn -B test -Dgroups='!acceptance'
run: mvn -B test -Dgroups='!acceptance'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ typeObject()

The library implements the JSON Schema draft 2020-12 core and validation specifications, with the following notes:
* `$dynamicAnchor` and `$dynamicRef` support is partially implemented
* the library supports JDK 11 and newer

### `"format"` support

Expand Down

0 comments on commit 1196066

Please sign in to comment.