Skip to content

Commit

Permalink
use java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Apr 7, 2022
1 parent 2da0450 commit 4443d12
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Java CI with Maven

on:
push:
branches:
- '**'
branches: [ master ]
pull_request:
branches: [ master ]

Expand All @@ -17,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 8
- name: Build with Maven
run: mvn -B package -DskipTests --file pom.xml

0 comments on commit 4443d12

Please sign in to comment.