Skip to content

Commit 34faba2

Browse files
committed
2 parents 0b9b4c3 + 65df8c0 commit 34faba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-java@v4
1313
with:
14-
java-version: 24
14+
java-version: 25
1515
distribution: "temurin"
1616
cache: maven
1717
- name: Install Graphviz
@@ -35,4 +35,4 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
BRANCH: gh-pages
3737
FOLDER: ./target/metair-test
38-
CLEAN: true
38+
CLEAN: true

0 commit comments

Comments
 (0)