File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,20 @@ permissions:
12
12
13
13
jobs :
14
14
clojure-tests :
15
- name : Clojure Tests - Java ${{ matrix.version }}
15
+ name : Clojure Tests - Java ${{ matrix.version }} ${{ matrix.filter }} ${{ matrix.javaargs }}
16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
19
javaargs : ['with-profile fips', '']
20
20
filter : [':singlethreaded', ':multithreaded']
21
- version : ['11', '17']
21
+ version : ['11', '17', '21']
22
+ exclude :
23
+ - javaargs : ' with-profile fips'
24
+ version : ' 21'
25
+ filter : ' :multithreaded'
26
+ - javaargs : ' with-profile fips'
27
+ version : ' 21'
28
+ filter : ' :singlethreaded'
22
29
runs-on : ubuntu-latest
23
30
steps :
24
31
- name : checkout repo
50
57
strategy :
51
58
fail-fast : false
52
59
matrix :
53
- java : ['11', '17']
60
+ java : ['11', '17', '21' ]
54
61
ruby : ['3.1', '3.2', '3.3', '3.4']
55
62
steps :
56
63
- name : checkout repo
Original file line number Diff line number Diff line change 137
137
(throw unsupported-ex))
138
138
11 [" -Djava.security.properties==./dev-resources/java.security.jdk11on-fips" ]
139
139
17 [" -Djava.security.properties==./dev-resources/java.security.jdk11on-fips" ]
140
- (throw unsupported-ex )))}
140
+ (do )))}
141
141
:fips [:defaults :fips-deps ]
142
142
143
143
:testutils {:source-paths [" test/unit" " test/integration" ]}
You can’t perform that action at this time.
0 commit comments