Skip to content

Commit

Permalink
bump to java 17 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-place-lob committed Jun 27, 2024
1 parent 3c2e124 commit 8f0c096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
cat .env
- name: Checkout the repository
uses: actions/checkout@v4
- name: Set up JDK 14
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 14
java-version: 17
distribution: oracle
- name: Cache Maven packages
uses: actions/cache@v4
Expand Down

0 comments on commit 8f0c096

Please sign in to comment.