Skip to content

Bump sshd-core to v2.13.1 (which is only used in unit tests and is mo… #193

Bump sshd-core to v2.13.1 (which is only used in unit tests and is mo…

Bump sshd-core to v2.13.1 (which is only used in unit tests and is mo… #193

Workflow file for this run

name: Java 8
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 8
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'zulu'
cache: 'maven'
- name: Test in Maven
run: mvn test