From 198e294fb3ee3c4104295efc4d4aa8c9a0caa8ad Mon Sep 17 00:00:00 2001 From: Neil Munday Date: Fri, 15 Dec 2023 21:27:59 +0000 Subject: [PATCH] fix: updated SLURM versions in test and release workflow --- .github/workflows/test_and_release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 359a4c7..7a8c54f 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -319,7 +319,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - slurm-version: ["21.08.8-2", "22.05.8", "23.11.0"] + slurm-version: ["21.08.8-2", "22.05.11", "23.11.1"] steps: - name: Log in to the container registry uses: docker/login-action@v2 @@ -344,7 +344,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - slurm-version: ["21.08.8-2", "22.05.9", "23.11.0"] + slurm-version: ["21.08.8-2", "22.05.9", "23.11.1"] steps: - name: Log in to the container registry uses: docker/login-action@v2 @@ -369,7 +369,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - slurm-version: ["22.05.8", "23.11.0"] + slurm-version: ["22.05.9", "23.11.1"] steps: - name: Log in to the container registry uses: docker/login-action@v2 @@ -394,7 +394,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - slurm-version: ["21.08.8-2", "22.05.8", "23.11.0"] + slurm-version: ["21.08.8-2", "22.05.9", "23.11.1"] steps: - name: Log in to the container registry uses: docker/login-action@v2 @@ -419,7 +419,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - slurm-version: ["21.08.8-2", "22.05.8", "23.11.0"] + slurm-version: ["21.08.8-2", "22.05.9", "23.11.1"] steps: - name: Log in to the container registry uses: docker/login-action@v2 @@ -444,7 +444,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - slurm-version: ["21.08.8-2", "22.05.8", "23.11.0"] + slurm-version: ["21.08.8-2", "22.05.9", "23.11.1"] steps: - name: Log in to the container registry uses: docker/login-action@v2