Skip to content

Commit

Permalink
cleanup workflows & upgrade actions (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephery authored Jul 15, 2024
1 parent 5287595 commit 320892d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'maven'
- name: Build and run Tests
run: mvn clean verify --settings "${GITHUB_WORKSPACE}/maven/settings.xml"
env:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/release-central.yml

This file was deleted.

0 comments on commit 320892d

Please sign in to comment.