Skip to content

Commit b7e3f19

Browse files
authored
Update Java version in pull_request_worklow.yml
Part of PR #250 Thanks @elijulian
1 parent 81eedc5 commit b7e3f19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request_worklow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
- name: Check out Repository
88
uses: actions/checkout@v4
99

10-
- name: Set up JDK 1.8
11-
uses: actions/setup-java@v4
10+
- name: Set up JDK
11+
uses: actions/setup-java@v5
1212
with:
13-
java-version: 8.0.232
14-
distribution: adopt
13+
distribution: 'adopt'
14+
java-version: 11
1515

1616
- name: Run tests
1717
run: mvn test

0 commit comments

Comments
 (0)