]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/ci.yml
Replace Collections with Set.of/Map.of/List.of
[signal-cli] / .github / workflows / ci.yml
index a017816db3609753f875faada5df62b5aa6ad6f9..1924d64010ea7c77d3c789977f2efc18a0a88d27 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '11', '12.0.2' ]
+        java: [ '11', '14' ]
 
     steps:
     - uses: actions/checkout@v1