Skip to content

Commit

Permalink
feat: updated test and release workflow to use SLURM 23.02.6
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Oct 14, 2023
1 parent 5c42811 commit 326c244
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.02.5"]
slurm-version: ["21.08.8-2", "22.05.8", "23.02.6"]
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.02.5"]
slurm-version: ["21.08.8-2", "22.05.9", "23.02.6"]
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.02.5"]
slurm-version: ["22.05.8", "23.02.6"]
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.02.5"]
slurm-version: ["21.08.8-2", "22.05.8", "23.02.6"]
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.02.5"]
slurm-version: ["21.08.8-2", "22.05.8", "23.02.6"]
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.02.5"]
slurm-version: ["21.08.8-2", "22.05.8", "23.02.6"]
steps:
- name: Log in to the container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 326c244

Please sign in to comment.