Skip to content

Commit 450ddde

Browse files
committed
adjust branch name and require Maven 3.9.9
1 parent 61374c8 commit 450ddde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
workflow_dispatch:
99

1010
jobs:
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
distribution: 'temurin'
2323
java-version: ${{ matrix.java-version }}
24-
- run: mvn wrapper:wrapper -Dmaven="3.9.5"
24+
- run: mvn wrapper:wrapper -Dmaven="3.9.9"
2525
- run: ./mvnw verify --batch-mode --no-transfer-progress --file pom.xml

0 commit comments

Comments
 (0)