mirror of
https://github.com/actions/setup-java.git
synced 2024-11-12 04:48:03 +00:00
attempt to add e2e test for Alpine
This commit is contained in:
parent
12cfe0fd55
commit
0685457b96
6
.github/workflows/e2e-versions.yml
vendored
6
.github/workflows/e2e-versions.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
setup-java-major-versions:
|
||||
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -48,6 +50,10 @@ jobs:
|
||||
- distribution: oracle
|
||||
os: ubuntu-latest
|
||||
version: 20
|
||||
- distribution: temurin
|
||||
os: ubuntu-latest
|
||||
version: 21
|
||||
container: alpine:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user