Skip to content

Commit a3e1cf3

Browse files
committed
Use GitHub Action with Java 8
1 parent 18e1f1e commit a3e1cf3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-18.04
9-
108
steps:
11-
- name: Checkout
12-
uses: actions/checkout@v2
9+
- uses: actions/checkout@v6
10+
with:
11+
java-version: '8'
12+
distribution: 'temurin'
1313
- name: Build and Test
14-
run: scripts/test.sh
14+
run: mvn verify

0 commit comments

Comments
 (0)