Skip to content

Commit

Permalink
Update VerifyAction.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Søren Andersen <[email protected]>
  • Loading branch information
SMoRG75 authored May 13, 2024
1 parent 1657fe2 commit c3e0e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/VerifyAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest]
java-version: [8, 11]
java-version: [11]

steps:
- uses: actions/checkout@v3
- name: set up JDK 8
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
Expand All @@ -27,4 +27,4 @@ jobs:
- name: Tests
run: ./gradlew clean test
- name: Approval Tests
run: ./gradlew clean approvalTest
run: ./gradlew clean approvalTest

0 comments on commit c3e0e9b

Please sign in to comment.