Skip to content

Commit 20a5c3b

Browse files
committed
Run ci nightly
1 parent 0bb3566 commit 20a5c3b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/fmu-config.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,26 @@ on:
44
push:
55
branches:
66
- main
7-
release:
8-
types:
9-
- published
107
pull_request:
118
branches:
129
- main
10+
release:
11+
types:
12+
- published
13+
schedule:
14+
# Run nightly to check that tests are working with latest dependencies
15+
- cron: "0 0 * * *"
1316

1417
jobs:
1518
fmu-config:
1619
runs-on: ubuntu-latest
1720
strategy:
1821
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2023

2124
steps:
2225
- name: Checkout commit locally
23-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2427
with:
2528
fetch-depth: 0
2629

0 commit comments

Comments
 (0)