Skip to content

Commit

Permalink
. e Try to test JDK8 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBob committed Sep 19, 2024
1 parent 216ee06 commit e65cb6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-jdk-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK
- name: Set up JDK${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand All @@ -37,11 +37,11 @@ jobs:
sed -i 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
sed -i 's/<!-- formatter_plugin_end -->/ formatter_plugin_end -->/g' pom.xml
mvn -B install --file pom.xml
- name: Set up JDK
- name: Set up JDK8
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
java-version: '8'
- uses: actions/checkout@v4
with:
repository: approvals/ApprovalTests.Java.StarterProject
Expand Down

0 comments on commit e65cb6a

Please sign in to comment.