Skip to content

Commit

Permalink
fix: updated SLURM versions in test and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Dec 15, 2023
1 parent 4f271bd commit 198e294
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 198e294

Please sign in to comment.