Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #313 from dcanar9/master
Browse files Browse the repository at this point in the history
POMM update
  • Loading branch information
aswink19 authored Nov 30, 2022
2 parents 027c16e + c05388b commit d1fbea0
Show file tree
Hide file tree
Showing 157 changed files with 1,366 additions and 50,348 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Build with Maven
run: mvn test --file pom.xml

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- openjdk8
- openjdk11
services:
- docker

Expand Down
Loading

0 comments on commit d1fbea0

Please sign in to comment.