Skip to content

Commit a5d7cf2

Browse files
committed
Use Java 8 instead of 11 to support older Apache Tika versions (3)
1 parent 9037ee2 commit a5d7cf2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,9 @@ jobs:
5858
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
5959

6060
- name: Setup environment
61-
uses: actions/setup-java@v3
62-
with:
63-
distribution: 'temurin'
64-
java-version: '8'
61+
run: sudo apt-get -y install tesseract-ocr
6562

66-
- name: Setup Java
63+
- name: Setup environment
6764
uses: actions/setup-java@v3
6865
with:
6966
distribution: 'temurin'

0 commit comments

Comments
 (0)