This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git
The following commit(s) were added to refs/heads/master by this push:
new fa3b155 Update ci.yml
fa3b155 is described below
commit fa3b15590230ed3f3db82bae8069f351d010085d
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Oct 25 10:57:00 2024 +0100
Update ci.yml
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6f81075..474e852 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
matrix:
java: [ 8, 11, 17 ]
name: "Java ${{ matrix.java }}"
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v2
with:
- distribution: 'zulu'
+ distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build
run: mvn -B -e -Prelease -Dgpg.skip=true verify