1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00

Update .github/workflows/e2e-versions.yml

Co-authored-by: christian <153755613+skateball@users.noreply.github.com>
This commit is contained in:
George Adams 2024-09-16 20:29:42 +01:00 committed by George Adams
parent ff1f7f380c
commit 5398d30241
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 7B8D7E4421A0916D

View file

@ -71,7 +71,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
distribution: ['temurin']
distribution: ['temurin', 'sapmachine']
version: ['21', '17']
steps:
- name: Checkout