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

Christoph Atteneder notifications at github.com
Thu Nov 18 15:07:51 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']

To check if the supported version at the time of configuration works and also the lastest java sub version

-- 
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_r752274665
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211118/ab016fd5/attachment.htm>


More information about the bisq-github mailing list