Skip to content

Commit

Permalink
fix: java version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Nov 12, 2024
1 parent 4c62b61 commit 1c74f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
java-version: '8'
distribution: 'adopt'
- name: Set up env
run: make -C docs setupenv
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
branches:
- scylla-4.x

paths:
- 'docs/**'
- 'faq/**'
Expand All @@ -32,7 +31,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: '8'
distribution: 'adopt'

- name: Set up env
Expand Down

0 comments on commit 1c74f7b

Please sign in to comment.