mirror of
https://gitea.com/actions/setup-java.git
synced 2025-11-13 03:36:23 +08:00
Compare commits
14 Commits
v3
...
679410561c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
679410561c | ||
|
|
72c9ce2c84 | ||
|
|
8286b98650 | ||
|
|
24a47ec582 | ||
|
|
fd07d32b82 | ||
|
|
daeeba334d | ||
|
|
39dad2981b | ||
|
|
837769072b | ||
|
|
31c9df3d55 | ||
|
|
a87315f729 | ||
|
|
8f6cc5c0f6 | ||
|
|
4726f89bc9 | ||
|
|
600e3d9953 | ||
|
|
d0728cce06 |
4
.github/workflows/e2e-versions.yml
vendored
4
.github/workflows/e2e-versions.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
distribution: ['temurin', 'zulu', 'liberica']
|
||||
version:
|
||||
- '11.0'
|
||||
@@ -263,7 +263,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# x86 is not supported on macOS
|
||||
os: [windows-latest, ubuntu-22.04]
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
distribution: ['liberica', 'zulu', 'corretto']
|
||||
version: ['11']
|
||||
steps:
|
||||
|
||||
20
.github/workflows/publish-immutable-action.yml
vendored
20
.github/workflows/publish-immutable-action.yml
vendored
@@ -1,20 +0,0 @@
|
||||
name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: Checking out
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
Reference in New Issue
Block a user