Skip to content

Commit f3b7f5f

Browse files
committed
Update Gridap compats
1 parent e2c6947 commit f3b7f5f

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
name: CI
2+
23
on:
3-
- push
4-
- pull_request
4+
push:
5+
branches: [master]
6+
paths-ignore:
7+
- 'CONTRIBUTING.md'
8+
- 'CODE_OF_CONDUCT.md'
9+
- 'LICENSE'
10+
- 'README.md'
11+
- 'NEWS.md'
12+
pull_request:
13+
paths-ignore:
14+
- 'CONTRIBUTING.md'
15+
- 'CODE_OF_CONDUCT.md'
16+
- 'LICENSE'
17+
- 'README.md'
18+
- 'NEWS.md'
19+
workflow_dispatch: # Allow manual triggering of the workflow from the Actions tab
20+
521
jobs:
622
SequentialTests:
723
name: Serial Tests - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BlockArrays = "1"
2121
CircularArrays = "1.4.0"
2222
FillArrays = "1"
2323
ForwardDiff = "0.10, 1"
24-
Gridap = "0.19.4"
24+
Gridap = "0.19.8"
2525
LinearAlgebra = "1"
2626
MPI = "0.16, 0.17, 0.18, 0.19, 0.20"
2727
PartitionedArrays = "0.3.3"

0 commit comments

Comments
 (0)