Skip to content

Bump follow-redirects in /lab6/library-client-spa-initial #231

Bump follow-redirects in /lab6/library-client-spa-initial

Bump follow-redirects in /lab6/library-client-spa-initial #231

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 11, 11.0.3, 11.0.4, 11.0.5, 11.0.6, 11.0.7, 17 ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Gradle
run: ./gradlew build