diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e85ce613..1cc8ca26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: true matrix: - octave: [8.2.0] + octave: [8.3.0] sympy: [1.4, 1.5.1, 1.6.2, 1.7.1, 1.8, 1.9, 1.10.1, 1.11.1, 1.12] include: - octave: 5.1.0 @@ -79,6 +79,8 @@ jobs: sympy: 1.12 - octave: 8.1.0 sympy: 1.12 + - octave: 8.2.0 + sympy: 1.12 steps: - uses: actions/checkout@v3 - name: Container setup @@ -120,7 +122,7 @@ jobs: strategy: fail-fast: true matrix: - octave: [8.2.0] + octave: [8.3.0] sympy: [1.12] steps: - uses: actions/checkout@v3 @@ -170,7 +172,7 @@ jobs: strategy: fail-fast: true matrix: - octave: [8.2.0] + octave: [8.3.0] sympy: [1.12] steps: - uses: actions/checkout@v3