Skip to content

Commit

Permalink
Modified java version in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jan 26, 2024
1 parent 92b69c5 commit 86df869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
jpo-security-svcs:
runs-on: ubuntu-latest
container:
image: openjdk:17-jdk-slim-buster
image: maven:3.8-eclipse-temurin-21-alpine
options: --user root
steps:
- name: Checkout ${{ github.event.repository.name }}
Expand All @@ -18,7 +18,7 @@ jobs:
maven-version: 3.8.2
- uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '21'
distribution: 'temurin'
- name: Build
run: |
Expand Down

0 comments on commit 86df869

Please sign in to comment.