Skip to content

Commit cae64cc

Browse files
committed
Disable Java 21 testing
`lein eastwood` fails on Java 21 with: ``` Caused by: clojure.lang.Compiler$CompilerException: Syntax error macroexpanding at (/home/runner/work/clj-http-client/clj-http-client/project.clj:1:1). 37 ```
1 parent e6c4912 commit cae64cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
version: ['17', '21']
19+
version: ['17',]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: checkout repo

0 commit comments

Comments
 (0)