Skip to content

Drop Debian <= 7, Ubuntu <= 14.04, EL < 7 and SLES < 12 #25

Drop Debian <= 7, Ubuntu <= 14.04, EL < 7 and SLES < 12

Drop Debian <= 7, Ubuntu <= 14.04, EL < 7 and SLES < 12 #25

Workflow file for this run

name: PR testing
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:

Check failure on line 9 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
java: [ '11, '17' ]
env:
LEIN_HOME: local
name: Java ${{ matrix.java }} tests
steps:
- uses: actions/checkout@master
- name: setup java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: setup lein
run: |
mkdir -p local/bin
curl --output local/bin/lein https://raw.githubusercontent.com/technomancy/leiningen/2.9.1/bin/lein
chmod +x local/bin/lein
- run: local/bin/lein test