Skip to content

Commit

Permalink
Update to thredds-test-action v3
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lesserwhirls committed Feb 26, 2025
1 parent 373c03e commit 84220ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
matrix:
java-version: [ 17 ]
java-vendor: [ 'temurin' ]
java-vendor: [ 'temurin' 'corretto' ]
servletcontainer: [ 'tomcat10' ]
steps:
- uses: actions/checkout@v4
- name: Build and test with Gradle (${{ matrix.java-vendor }} ${{ matrix.java-version }})
uses: Unidata/thredds-test-action@v2
uses: Unidata/thredds-test-action@v3
with:
java-vendor: ${{ matrix.java-vendor }}
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 84220ef

Please sign in to comment.