mirror of
https://github.com/apache/openjpa.git
synced 2025-02-06 10:09:30 +00:00
Upgrade GH workflows with JDK 11
This commit is contained in:
parent
1423932978
commit
a84728ccb1
11
.github/workflows/pr-validation.yml
vendored
11
.github/workflows/pr-validation.yml
vendored
@ -21,13 +21,14 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: 'Set up JDK 1.8'
|
||||
uses: actions/setup-java@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Java JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '1.8'
|
||||
distribution: 'zulu'
|
||||
java-version: 11
|
||||
- name: 'Cache Maven packages'
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: 'cache'
|
||||
|
Loading…
x
Reference in New Issue
Block a user