Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cad0ea

Browse files
authored
Optimize CI a bit (#155)
1 parent5aed9f2 commit4cad0ea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎.github/workflows/maven.yml‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ jobs:
1414
runs-on:ubuntu-latest
1515
strategy:
1616
matrix:
17-
java:[8, 11]
17+
java:[8, 11, 17]
1818
name:Java ${{ matrix.java }} building ...
1919
steps:
20-
-uses:actions/checkout@v2
21-
-name:Set up Java ${{ matrix.java }}
22-
uses:actions/setup-java@v1
20+
-uses:actions/checkout@v3
21+
-uses:actions/setup-java@v3
2322
with:
24-
java-version:${{ matrix.java }}
23+
distribution:'zulu'
24+
java-version:${{ matrix.java }}
25+
cache:'maven'
2526
-name:Build with Maven
2627
run:mvn -B package --file pom.xml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp