Updated workflow #138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: [push, pull_request] | |
jobs: | |
tests_11: | |
name: Tests with JDK 11 | |
uses: Bernardo-MG/github-workflow-maven/.github/workflows/testing.yml@v1 | |
with: | |
jdk: 11 | |
tests_17: | |
name: Tests with JDK 17 | |
uses: Bernardo-MG/github-workflow-maven/.github/workflows/testing.yml@v1 | |
with: | |
jdk: 17 | |
tests_20: | |
name: Tests with JDK 20 | |
uses: Bernardo-MG/github-workflow-maven/.github/workflows/testing.yml@v1 | |
with: | |
jdk: 20 |