Skip to content

Commit

Permalink
Update GH actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgoncalves authored Jun 30, 2023
1 parent d763955 commit c56bae8
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 @@ -12,17 +12,16 @@ on:
jobs:
build:

runs-on: ${{ matrix.os }}
name: Java ${{ matrix.java }} on ${{ matrix.os }}
runs-on: ubuntu-latest
name: Java ${{ matrix.java }}
strategy:
matrix:
os: [ubuntu-18.04]
java: [11, 16, 17]

steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
Expand Down

0 comments on commit c56bae8

Please sign in to comment.