mirror of https://github.com/apache/lucene.git
bump GH actions
This commit is contained in:
parent
bc4f27d6d0
commit
4a49d417a7
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
java-package: jdk
|
||||
- name: Prepare caches
|
||||
uses: ./.github/actions/gradle-caches
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
# Operating systems to run on.
|
||||
os: [ubuntu-latest]
|
||||
# Test JVMs.
|
||||
java: [ '17' ]
|
||||
java: [ '21' ]
|
||||
|
||||
env:
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
java-package: jdk
|
||||
|
||||
- name: Prepare caches
|
||||
|
|
Loading…
Reference in New Issue