Skip to content

Commit

Permalink
Use Maven 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Feb 11, 2024
1 parent 4469b45 commit 634bbcb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/maven.yml
Expand Up @@ -10,17 +10,20 @@ name: Java CI with Maven

on:
push:
branches: [ "master" ]
branches: [ "master", "test" ]
pull_request:
branches: [ "master", "release" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
# Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0
maven-version: 3.9.x
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 634bbcb

Please sign in to comment.