From 77a096b7f183139b41d6cb3f8fbff295b684c2df Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:27:30 +0200 Subject: [PATCH] with java version specified --- .github/workflows/run-jmeter-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-jmeter-test.yml b/.github/workflows/run-jmeter-test.yml index bfc6e5442..6f222cea9 100644 --- a/.github/workflows/run-jmeter-test.yml +++ b/.github/workflows/run-jmeter-test.yml @@ -4,6 +4,9 @@ on: jobs: test-action: runs-on: ubuntu-latest + strategy: + matrix: + java: [ '17' ] steps: - uses: actions/checkout@v4 - name: Set up JDK ${{matrix.java}}