Skip to content

Commit

Permalink
updated build config
Browse files Browse the repository at this point in the history
  • Loading branch information
agoston committed Dec 1, 2023
1 parent a530884 commit 959e647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.6.0
uses: supercharge/mongodb-github-action@1.10.0
with:
mongodb-version: '4.2'
mongodb-version: '4.4'

- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
java-version: '17'
distribution: 'temurin'

- name: Build with Maven
run: mvn -B package --file pom.xml
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit 959e647

Please sign in to comment.