Skip to content

Commit 8275bea

Browse files
authored
Update omv-ci.yml
1 parent 70d83fa commit 8275bea

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/omv-ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,20 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.8, 3.9 ]
17+
python-version: [ 3.9, "3.12" ]
1818
engine:
1919
- jNeuroML_validate
2020
# - "NEURON:7.8.2" # slightly different spike times...
21-
- "NEURON:8.0.0"
22-
- "NEURON:8.0.2"
23-
- "NEURON:8.1"
21+
- "NEURON:8.2.6"
2422
- jNeuroML
2523
- jNeuroML_NEURON
2624
- jNeuroML_NetPyNE
2725

2826
steps:
29-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
3028

3129
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3331
with:
3432
python-version: ${{ matrix.python-version }}
3533

0 commit comments

Comments
 (0)