Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 15, 2023
1 parent 21d11e3 commit 2f40b4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- uses: cedx/setup-ant@main
- run: ant -version
2 changes: 1 addition & 1 deletion docs/usage/basic-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- uses: cedx/setup-ant@v1
with:
optional-tasks: true
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/matrix-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- uses: cedx/setup-ant@v1
with:
optional-tasks: true
Expand Down
2 changes: 1 addition & 1 deletion example/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Set up Ant
uses: cedx/setup-ant@v1
with:
Expand Down

0 comments on commit 2f40b4a

Please sign in to comment.