Skip to content

Commit 834df09

Browse files
authored
Merge pull request #38 from EESSI/ocaisa-patch-4
Add support for `2026.06`
2 parents 8c1f273 + 45c5e19 commit 834df09

3 files changed

Lines changed: 8 additions & 28 deletions

File tree

.github/workflows/macos.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/minimal-usage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ jobs:
2020
- ubuntu-24.04-arm
2121
- ubuntu-24.04
2222
- ubuntu-latest
23+
eessi_version:
24+
- 2023.06
25+
- 2025.06
26+
- 2026.06
2327
steps:
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2529
- uses: ./
30+
with:
31+
eessi_stack_version: ${{ matrix.eessi_version }}
2632
- name: Test EESSI
2733
run: |
2834
direnv status

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
shell: bash
3939
env:
4040
EESSI_STACK_VERSION: ${{ inputs.eessi_stack_version }}
41-
ALLOWED_VERSIONS: "2023.06 2025.06"
41+
ALLOWED_VERSIONS: "2023.06 2025.06 2026.06"
4242
run: |
4343
if [ "$RUNNER_OS" == "Linux" ]; then
4444
echo 'unset BASH_ENV' >> $HOME/env_config.export

0 commit comments

Comments
 (0)