Skip to content

Commit

Permalink
Drop OpenFOAM v2112 and v2206 from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Oct 4, 2023
1 parent 862c6a7 commit 6fc8c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ci:
strategy:
matrix:
openfoam-version: [2306, 2212, 2206, 2112]
openfoam-version: [2306, 2212]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: get-version
strategy:
matrix:
openfoam-version: [2306, 2212, 2206, 2112]
openfoam-version: [2306, 2212]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
Expand Down

0 comments on commit 6fc8c7a

Please sign in to comment.