Skip to content

Commit

Permalink
Remove JDK 14 from github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Jul 12, 2024
1 parent 5217eaf commit 383ca82
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test against latest 11, 14 of zulu and 11 of temurin java
java-version: [ 11 ]
java-vendor: [ 'zulu', 'temurin' ]
# test against tomcat 8.5.x and tomcat 9.x
servletcontainer: [ 'tomcat85', 'tomcat9' ]
include:
- java-version: 14
java-vendor: 'zulu'
servletcontainer: 'tomcat85'
- java-version: 14
java-vendor: 'zulu'
servletcontainer: 'tomcat9'
steps:
- uses: actions/checkout@v4
- name: Build and test with Gradle (${{ matrix.java-vendor }} ${{ matrix.java-version }})
Expand Down

0 comments on commit 383ca82

Please sign in to comment.