Skip to content

Commit

Permalink
Use up to date java installer action
Browse files Browse the repository at this point in the history
  • Loading branch information
CatoTH committed Mar 16, 2024
1 parent 4a9cee9 commit 67fb6d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Build and test project
name: Test project

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
RABBITMQ_HOST: 127.0.0.1

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -27,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
Expand Down

0 comments on commit 67fb6d9

Please sign in to comment.