Skip to content

Commit

Permalink
[ci] Disable parser-next dependent tests on JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Aug 28, 2024
1 parent 4d8350f commit e5c70e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ jobs:
# be GH connectivity runner issues. We attempt to address this
# problem by rerunning the tests more than once.
eldev -p -dtTC test --test-type integration || eldev -p -dtTC test --test-type integration
- name: Run tests that need enrich-classpath
if: "!startsWith(matrix.os, 'windows')"
if: "!startsWith(matrix.os, 'windows') && (matrix.java_version != '11')"
run: |
cd dev; ../clojure.sh clojure -M:gen; cd -
wc -l test/File.edn
Expand Down

0 comments on commit e5c70e2

Please sign in to comment.