Skip to content

Commit 22fdc51

Browse files
committed
define expected EB versions per EESSI version
1 parent 1373095 commit 22fdc51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests_init_module.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- '2025.06'
1919
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
2020
- x86_64/intel/haswell
21+
include:
22+
- EESSI_VERSION: '2023.06'
23+
EXPECTED_EASYBUILD_VERSION: '5.0.0'
24+
- EESSI_VERSION: '2025.06'
25+
EXPECTED_EASYBUILD_VERSION: '5.1.1'
2126
steps:
2227
- name: Check out software-layer repository
2328
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)