Update testing matrix
This commit is contained in:
parent
ec97d0affb
commit
18fdefed5d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -7,16 +7,16 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '8', '11' ]
|
java: [ '8', '11', '14' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@1.0
|
uses: DeLaGuardo/setup-clojure@2.0
|
||||||
with:
|
with:
|
||||||
tools-deps: '1.10.1.469'
|
tools-deps: '1.10.1.536'
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: clojure -A:test:runner
|
run: clojure -A:test:runner
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue