Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Nov 23, 2024
1 parent ab516f3 commit 1ade261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

permissions: read-all
jobs:
build-ubuntu:
build:

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [11, 17, 21, 22, 23]
java: [11, 17, 21, 23]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1ade261

Please sign in to comment.