From 4002c2232078b727eabff21705f28e1a1cb7dc33 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 26 Feb 2021 08:56:17 +0000 Subject: Use JDK 11, tweaks --- .github/workflows/actions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/actions.yaml') diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 473421a..acc9ac2 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -3,16 +3,16 @@ name: CI on: [push] jobs: - build: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: coursier/cache-action@v5 - - name: Set up JDK 1.8 + - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 - name: Run tests run: ./mill server.test -- cgit v1.2.3