There was an error while loading. Please reload this page.
1 parent ec3a73c commit 45c5e19Copy full SHA for 45c5e19
1 file changed
.github/workflows/minimal-usage.yml
@@ -20,9 +20,15 @@ jobs:
20
- ubuntu-24.04-arm
21
- ubuntu-24.04
22
- ubuntu-latest
23
+ eessi_version:
24
+ - 2023.06
25
+ - 2025.06
26
+ - 2026.06
27
steps:
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
29
- uses: ./
30
+ with:
31
+ eessi_stack_version: ${{ matrix.eessi_version }}
32
- name: Test EESSI
33
run: |
34
direnv status
0 commit comments