Skip to content

Commit a11e3fd

Browse files
Merge pull request #22 from stefanofornari/stefanofornari-patch-1
Update build_branch.yml - bumped java to 21
2 parents 904743b + eabfbbd commit a11e3fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
ref: ${{ github.event.inputs.branch }}
18-
- name: Set up JDK 17
18+
- name: Set up JDK 21
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '17'
21+
java-version: '21'
2222
distribution: 'temurin'
2323
cache: maven
2424
- name: Build and Test
25-
run: mvn -B package --file pom.xml
25+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)