Skip to content

Commit c88f9a9

Browse files
committed
Prefer JDK 11 for tests
1 parent b7e6f4f commit c88f9a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ workflows:
189189
- testjdk8alpn:
190190
filters:
191191
branches:
192-
ignore:
193-
- gh-pages
192+
only: master
194193
- testjdk11:
195194
filters:
196195
branches:
197-
only: master
196+
ignore:
197+
- gh-pages
198198
- testconscrypt:
199199
filters:
200200
branches:

0 commit comments

Comments
 (0)