Skip to content

Commit

Permalink
ci: bump jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Feb 1, 2024
1 parent d71d38b commit 9c97ed0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
jdk-version: ["11"]
jdk-version: ["17"]
ndk-version: ["21.4.7075529"]
steps:
- name: Checkout Branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 45
strategy:
matrix:
jdk-version: ["11"]
jdk-version: ["17"]
ndk-version: ["21.4.7075529"]
api-level: [29]
target: [default]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_baseline_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
jdk-version: [ "11" ]
jdk-version: [ "17" ]
ndk-version: [ "21.4.7075529" ]
api-level: [ 29 ]
target: [ default ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk-version: ["11"]
jdk-version: ["17"]
ndk-version: ["21.4.7075529"]
steps:
- name: Decode Keystore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
jdk-version: ["11"]
jdk-version: ["17"]
ndk-version: ["21.4.7075529"]
steps:
- name: Checkout Branch
Expand Down

0 comments on commit 9c97ed0

Please sign in to comment.