Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(tests): enforce JKD 17 (DEV-1366) (#231)
  • Loading branch information
jnussbaum committed Sep 27, 2022
1 parent 0b2bd40 commit 1036acd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/daily-test.yml
Expand Up @@ -13,6 +13,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests-on-push.yml
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 1036acd

Please sign in to comment.