mirror of
https://gitea.com/actions/setup-java.git
synced 2025-11-13 03:36:23 +08:00
Compare commits
8 Commits
a87315f729
...
72c9ce2c84
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72c9ce2c84 | ||
|
|
8286b98650 | ||
|
|
24a47ec582 | ||
|
|
fd07d32b82 | ||
|
|
daeeba334d | ||
|
|
39dad2981b | ||
|
|
837769072b | ||
|
|
31c9df3d55 |
5
.github/workflows/e2e-cache.yml
vendored
5
.github/workflows/e2e-cache.yml
vendored
@@ -132,6 +132,11 @@ jobs:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
cache: sbt
|
||||
- name: Setup SBT
|
||||
if: matrix.os == 'macos-13'
|
||||
run: |
|
||||
echo ""Installing SBT...""
|
||||
brew install sbt
|
||||
- name: Create files to cache
|
||||
run: sbt update
|
||||
|
||||
|
||||
11
.github/workflows/e2e-versions.yml
vendored
11
.github/workflows/e2e-versions.yml
vendored
@@ -1,3 +1,4 @@
|
||||
|
||||
name: Validate Java e2e
|
||||
|
||||
on:
|
||||
@@ -20,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
os: [macos-13, windows-2022, ubuntu-22.04]
|
||||
distribution: [
|
||||
'temurin',
|
||||
'adopt',
|
||||
@@ -37,10 +38,10 @@ jobs:
|
||||
- distribution: microsoft
|
||||
version: 8
|
||||
- distribution: dragonwell
|
||||
os: macos-latest
|
||||
os: macos-13
|
||||
include:
|
||||
- distribution: oracle
|
||||
os: macos-latest
|
||||
os: macos-13
|
||||
version: 17
|
||||
- distribution: oracle
|
||||
os: windows-latest
|
||||
@@ -171,7 +172,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
version: ['17-ea', '15.0.0-ea.14']
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -215,7 +216,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
distribution: ['temurin', 'zulu', 'liberica', 'semeru']
|
||||
java-package: ['jre']
|
||||
version: ['17.0']
|
||||
|
||||
Reference in New Issue
Block a user