Use latezt Ubuntu and JDK latest LTS (#30485)

This commit is contained in:
Ignasi Marimon-Clos 2021-08-05 16:45:03 +02:00 committed by GitHub
parent 03f557e7b1
commit 45b9b0bcd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
command:
@ -44,7 +44,7 @@ jobs:
- name: Set up JDK 11
uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.11.0-9
java-version: adopt@1.11
- name: Cache Coursier cache
uses: coursier/cache-action@v6.2