[bisq-network/bisq] [WIP] Add official Java 15 support (PR #5836)

Christoph Atteneder notifications at github.com
Thu Nov 18 15:33:58 CET 2021


@ripcurlx commented on this pull request.



> @@ -8,8 +8,12 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-18.04
-
+    runs-on: ${{ matrix.os }}
+    strategy:
+        matrix:
+            os: [ubuntu-latest, macOS-latest, windows-latest]
+            java: [ '11', '11.0.3', '15', '15.0.5']

The build verification time just increased from 9 to 12 min as most of the builds run in parallel.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5836#discussion_r752299897
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211118/3f8c0230/attachment.htm>


More information about the bisq-github mailing list