Skip to content

Commit

Permalink
Merge branch 'main' into gh-page
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellins-swile committed Feb 7, 2024
2 parents f440733 + fade822 commit 00b1971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up JDK 21
- name: Set up JDK 8
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
java-version: "21"
java-version: "8.0"
distribution: "temurin"
- name: Run Tests
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2
Expand Down

0 comments on commit 00b1971

Please sign in to comment.