mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-18 22:54:20 +01:00
Add java 19 to CI
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: [ '17', '18' ]
|
||||
java: [ '17', '19' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
2
.github/workflows/repackage-native-libs.yml
vendored
2
.github/workflows/repackage-native-libs.yml
vendored
@@ -151,7 +151,7 @@ jobs:
|
||||
shell: bash # Explicit for windows
|
||||
|
||||
env:
|
||||
JAVA_VERSION: 18
|
||||
JAVA_VERSION: 19
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user