Skip to content

Commit

Permalink
Update java-pr-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan authored Jul 6, 2024
1 parent 20482db commit df6e5d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up JDK 21
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '11'
distribution: 'adopt'

- name: Build with Maven
Expand All @@ -27,4 +27,4 @@ jobs:

- name: Run tests
working-directory: ./packages/java
run: mvn test
run: mvn test

0 comments on commit df6e5d4

Please sign in to comment.