File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v2
14- - name : Set up JDK 16
14+ - name : Set up JDK 17
1515 uses : actions/setup-java@v2
1616 with :
17- java-version : ' 16 '
17+ java-version : ' 17 '
1818 distribution : ' adopt'
1919 - name : Build with Maven
2020 run : sudo -- sh -c "export methodscript_run_llvm_integration_tests=1 && export PATH=$JAVA_HOME/bin:\$PATH && export JAVA_HOME=$JAVA_HOME && mvn -version && mvn -B clean package --file pom.xml -Pfail-on-test-failures"
@@ -24,23 +24,23 @@ jobs:
2424 methodscript_run_llvm_integration_tests : 1
2525 steps :
2626 - uses : actions/checkout@v2
27- - name : Set up JDK 16
27+ - name : Set up JDK 17
2828 uses : actions/setup-java@v2
2929 with :
30- java-version : ' 16 '
30+ java-version : ' 17 '
3131 distribution : ' adopt'
3232 - name : Build with Maven
3333 run : mvn -B clean package --file pom.xml -Pfail-on-test-failures
3434 build_mac :
3535 runs-on : macos-latest
3636 steps :
3737 - uses : actions/checkout@v2
38- - name : Set up JDK 16
38+ - name : Set up JDK 17
3939 uses : actions/setup-java@v2
4040 env :
4141 methodscript_run_llvm_integration_tests : 1
4242 with :
43- java-version : ' 16 '
43+ java-version : ' 17 '
4444 distribution : ' adopt'
4545 - name : Build with Maven
4646 run : mvn -version && mvn -B clean package --file pom.xml -Pfail-on-test-failures
@@ -53,10 +53,10 @@ jobs:
5353 packages : write
5454 steps :
5555 - uses : actions/checkout@v2
56- - name : Set up JDK 16
56+ - name : Set up JDK 17
5757 uses : actions/setup-java@v2
5858 with :
59- java-version : ' 16 '
59+ java-version : ' 17 '
6060 distribution : ' adopt'
6161 server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
6262 settings-path : ${{ github.workspace }} # location for the settings.xml file
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- - name : Set up JDK 16
15+ - name : Set up JDK 17
1616 uses : actions/setup-java@v2
1717 with :
18- java-version : ' 16 '
18+ java-version : ' 17 '
1919 distribution : ' adopt'
2020 - name : Build with Maven
2121 run : sudo -- sh -c "export methodscript_run_llvm_integration_tests=1 && export PATH=$JAVA_HOME/bin:\$PATH && export JAVA_HOME=$JAVA_HOME && mvn -version && mvn -B clean package --file pom.xml -Pfail-on-test-failures"
@@ -25,10 +25,10 @@ jobs:
2525 methodscript_run_llvm_integration_tests : 1
2626 steps :
2727 - uses : actions/checkout@v2
28- - name : Set up JDK 16
28+ - name : Set up JDK 17
2929 uses : actions/setup-java@v2
3030 with :
31- java-version : ' 16 '
31+ java-version : ' 17 '
3232 distribution : ' adopt'
3333 - name : Build with Maven
3434 run : mvn -B clean package --file pom.xml -Pfail-on-test-failures
You can’t perform that action at this time.
0 commit comments