Skip to content

Commit

Permalink
Merge pull request #84 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
update `actions/setup-java`
  • Loading branch information
magnolia-k authored Nov 6, 2023
2 parents 4a20940 + 5bc5981 commit 0e7658d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- 3.0/swagger-example
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 11
distribution: "temurin"
- name: Run tests
env:
TEST_DIR: ${{ matrix.test_dir }}
Expand Down

0 comments on commit 0e7658d

Please sign in to comment.