Skip to content

Commit

Permalink
Use JDK 11!
Browse files Browse the repository at this point in the history
(cherry picked from commit 85382ad)
  • Loading branch information
ottenhoff authored and TurRil committed Nov 2, 2023
1 parent 78b36d8 commit 3b4fa76
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@
name: Java CI with Maven

on:
push:
branches: [ master, 20.x, 21.x, 22.x, 23.x ]
pull_request:
branches: [ master, 20.x, 21.x, 22.x, 23.x ]

jobs:
build:
maven-build:
runs-on: ubuntu-20.04
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: JDK 8
- name: JDK 11
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
architecture: x64
- name: Build with Maven
env:
Expand Down

0 comments on commit 3b4fa76

Please sign in to comment.