File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
MAVEN_ARGS : " -e -B --settings .github/mvn-settings.xml -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.count=3"
39
39
jobs :
40
40
build :
41
- name : Build and test on Java 11
41
+ name : Build and test on Java 17
42
42
runs-on : ubuntu-latest
43
43
# Ignore dependabot PRs; we'll batch dependency upgrades manually in a single PR before we test them.
44
44
if : github.actor != 'dependabot[bot]'
45
45
steps :
46
46
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
47
- - name : Set up Java 11
47
+ - name : Set up Java 17
48
48
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
49
49
with :
50
- java-version : 11
50
+ java-version : 17
51
51
distribution : temurin
52
52
- name : Get year/month for cache key
53
53
id : get-date
71
71
uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
72
72
if : failure()
73
73
with :
74
- name : test-reports-java11
74
+ name : test-reports-java17
75
75
path : ' ./**/*-reports/'
76
76
- name : Docker cleanup
77
77
if : always()
You can’t perform that action at this time.
0 commit comments