Skip to content

Commit 610af89

Browse files
committed
drop jdk 8
1 parent 08365df commit 610af89

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test-and-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
java: [ '8', '11', '17', '20' ]
44+
java: [ '11', '17', '20' ]
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-java@v3

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java: [ '8', '11', '17', '20' ]
10+
java: [ '11', '17', '20' ]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-java@v3

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Only accretive/fixative changes will be made from now on.
99
* 2.0.next in progress
1010
* Improved failure reporting: most failures now provide an additional message describing the failure as well as improving how the expected and actual values are displayed (primarily hiding `=?` and showing a more accurate/intuitive test form).
1111
* Update `deps.edn` to use `:main-args` (instead of `:main-opts`) for parameterized tasks in `build.clj` -- see [Running Tasks based on Aliases](https://clojure-doc.org/articles/cookbooks/cli_build_projects/)
12+
* Drop support for Java 8.
1213
* Update dependencies to latest stable versions.
1314

1415
* 2.0.165 -- 2023-01-31

0 commit comments

Comments
 (0)