Skip to content

Commit

Permalink
Merge pull request #1275 from gnu-octave/bump
Browse files Browse the repository at this point in the history
Update CI for Octave 8.3.0
  • Loading branch information
cbm755 committed Sep 26, 2023
2 parents d2d4ff7 + a7223d4 commit 05e8fb6
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.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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 05e8fb6

Please sign in to comment.