1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-19 02:22:05 +01:00

Merge pull request #560 from Flowdalic/ubuntu-22.04

[github ci]: Bump to Ubuntu 22.04
This commit is contained in:
Florian Schmaus 2023-03-17 18:01:51 +01:00 committed by GitHub
commit 9ec67611a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,18 +9,20 @@ jobs:
build:
name: Build Smack
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ 1.8, 11 ]
java: [ 11 ]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
# Caches
- name: Cache Maven