From be7ee369bb7e5a44308a4d26a418a3e4baec3105 Mon Sep 17 00:00:00 2001 From: Mark Swatosh Date: Fri, 26 Jan 2024 18:27:23 -0600 Subject: [PATCH] Reset matrix.java-version in ci workflow name --- .github/workflows/ci-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pull.yml b/.github/workflows/ci-pull.yml index f65cffb6..1e1f3219 100644 --- a/.github/workflows/ci-pull.yml +++ b/.github/workflows/ci-pull.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Set up JDK 21 #${{ matrix.java-version }} + - name: Set up JDK ${{ matrix.java-version }} uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 with: java-version: ${{ matrix.java-version }}