Skip to content

Commit

Permalink
Update tests.yaml to use Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-ratcliffe committed Mar 13, 2023
1 parent 0d61067 commit 3e187c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
branches:
- 'master'
- 'main'
- 'release/*'
pull_request:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
Expand All @@ -18,10 +18,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down

0 comments on commit 3e187c9

Please sign in to comment.