Skip to content

Commit abfae5e

Browse files
authored
Merge pull request #1220 from cbm755/ci
Add new sympy to CI tests
2 parents 9a5d056 + eef5b50 commit abfae5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@ jobs:
5555
fail-fast: true
5656
matrix:
5757
octave: [7.2.0]
58-
sympy: [1.4, 1.5.1, 1.6.2, 1.7.1, 1.8, 1.9, 1.10.1]
58+
sympy: [1.4, 1.5.1, 1.6.2, 1.7.1, 1.8, 1.9, 1.10.1, 1.11.1]
5959
include:
6060
- octave: 5.1.0
6161
sympy: 1.8
6262
- octave: 5.2.0
6363
sympy: 1.8
6464
- octave: 6.1.0
65-
sympy: 1.10.1
65+
sympy: 1.11.1
6666
- octave: 6.2.0
67-
sympy: 1.10.1
67+
sympy: 1.11.1
6868
- octave: 6.3.0
69-
sympy: 1.10.1
69+
sympy: 1.11.1
7070
- octave: 6.4.0
71-
sympy: 1.10.1
71+
sympy: 1.11.1
7272
- octave: 7.1.0
73-
sympy: 1.10.1
73+
sympy: 1.11.1
7474
steps:
7575
- uses: actions/checkout@v3
7676
- name: Container setup
@@ -117,8 +117,8 @@ jobs:
117117
strategy:
118118
fail-fast: true
119119
matrix:
120-
octave: [7.1.0, 7.2.0]
121-
sympy: [1.9, 1.10.1]
120+
octave: [7.2.0]
121+
sympy: [1.9, 1.10.1, 1.11.1]
122122
steps:
123123
- uses: actions/checkout@v3
124124
- name: Container setup

0 commit comments

Comments
 (0)