Skip to content

Commit a3bcd28

Browse files
committed
Test Install multiple JDKs
1 parent cd42f5e commit a3bcd28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test-cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test cache option
22

33
on:
4-
push:
5-
branches:
6-
- sapMachine
4+
# push:
5+
# branches:
6+
# - sapMachine
77
workflow_dispatch:
88

99
jobs:

.github/workflows/test-multiple-JDKs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
distribution: 'sapmachine'
2424
java-version: |
25-
8
25+
21
2626
11
27-
15
27+
17
2828
2929
- name: Verify JDK 8
3030
run: java -version

0 commit comments

Comments
 (0)