Skip to content

Commit

Permalink
Update java to 21 temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
napoly committed Mar 11, 2024
1 parent 0b55bcf commit a5ca171
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'

- name: Stop Mono service
run: sudo killall mono
Expand All @@ -22,7 +28,7 @@ jobs:
run: docker-compose -f "./docker/docker-compose.yml" up -d --build

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16

Expand Down

0 comments on commit a5ca171

Please sign in to comment.