Skip to content

Commit 9609d7a

Browse files
committed
Update to thredds-test-action v3
* update github actions to use thredds-test-action v3, which is based on * ubuntu 24.04 (v2 based on 20.04) add corretto to test matrix on github actions
1 parent 373c03e commit 9609d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
matrix:
1111
java-version: [ 17 ]
12-
java-vendor: [ 'temurin' ]
12+
java-vendor: [ 'temurin', 'corretto' ]
1313
servletcontainer: [ 'tomcat10' ]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Build and test with Gradle (${{ matrix.java-vendor }} ${{ matrix.java-version }})
17-
uses: Unidata/thredds-test-action@v2
17+
uses: Unidata/thredds-test-action@v3
1818
with:
1919
java-vendor: ${{ matrix.java-vendor }}
2020
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)