Skip to content

Commit

Permalink
CI: run on Octave 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Dec 25, 2023
1 parent f530d6a commit 419e474
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: true
matrix:
octave: [8.3.0]
octave: [8.4.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
Expand All @@ -81,6 +81,8 @@ jobs:
sympy: 1.12
- octave: 8.2.0
sympy: 1.12
- octave: 8.3.0
sympy: 1.12
steps:
- uses: actions/checkout@v3
- name: Container setup
Expand Down Expand Up @@ -122,7 +124,7 @@ jobs:
strategy:
fail-fast: true
matrix:
octave: [8.3.0]
octave: [8.4.0]
sympy: [1.12]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -172,7 +174,7 @@ jobs:
strategy:
fail-fast: true
matrix:
octave: [8.3.0]
octave: [8.4.0]
sympy: [1.12]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 419e474

Please sign in to comment.