Skip to content

Commit

Permalink
Merge pull request #1318 from jstourac/githubCi
Browse files Browse the repository at this point in the history
[UNDERTOW-2092] Update GitHub CI configuration to JDK11+
  • Loading branch information
fl4via committed May 31, 2022
2 parents ef3a4e5 + eb0a059 commit 0103661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-all:
name: Compile (no tests) with JDK 8
name: Compile (no tests) with JDK 11
runs-on: ubuntu-latest
steps:
- uses: n1hility/cancel-previous-runs@v2
Expand All @@ -22,10 +22,10 @@ jobs:
restore-keys: |
m2-
- uses: actions/checkout@v2
- name: Set up JDK 8
- name: Set up JDK 11
uses: joschi/setup-jdk@v2
with:
java-version: 8
java-version: 11
- name: Print Version
run: mvn -v
- name: Build
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
module: [core, servlet, websockets-jsr]
jdk: [8, 11]
jdk: [11, 17]
steps:
- name: Update hosts - linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 0103661

Please sign in to comment.