mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-04 22:54:26 +01:00
Use java 14 for CI builds
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '11', '12.0.2' ]
|
||||
java: [ '11', '14' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user