We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd42f5e commit a3bcd28Copy full SHA for a3bcd28
.github/workflows/test-cache.yml
@@ -1,9 +1,9 @@
1
name: Test cache option
2
3
on:
4
- push:
5
- branches:
6
- - sapMachine
+ # push:
+ # branches:
+ # - sapMachine
7
workflow_dispatch:
8
9
jobs:
.github/workflows/test-multiple-JDKs.yml
@@ -22,9 +22,9 @@ jobs:
22
with:
23
distribution: 'sapmachine'
24
java-version: |
25
- 8
+ 21
26
11
27
- 15
+ 17
28
29
- name: Verify JDK 8
30
run: java -version
0 commit comments