Skip to content

Commit a94c955

Browse files
committed
ci: develop-maven build
1 parent 6b307dd commit a94c955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
- reopened
99
push:
1010
branches:
11-
- develop
11+
- develop-maven
1212

1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
java-version: [ '8', '17' ]
18+
java-version: [ '8' ]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)