Skip to content

Try ubuntu-20.04

Try ubuntu-20.04 #294

Workflow file for this run

name: spring-boot-compatibility
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
spring-boot: [ '2.5.15', '2.6.15', '2.7.18', '3.0.13', '3.1.10', '3.2.4' ]
name: Spring Boot ${{ matrix.spring-boot }}
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Run Spring Boot tests
run: mvn -B -Dspring-boot.version=${{ matrix.spring-boot }} -PspringBootDevelopment clean test --file pom.xml
env:
TZ: UTC