mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add java 19 to CI
This commit is contained in:
parent
e4a4788d5e
commit
eb71fd1a5a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '17', '18' ]
|
java: [ '17', '19' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
shell: bash # Explicit for windows
|
||||||
|
|
||||||
env:
|
env:
|
||||||
JAVA_VERSION: 18
|
JAVA_VERSION: 19
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue