File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: molecule lint
2
2
3
3
on :
4
4
pull_request :
5
- push :
6
5
branches :
7
6
- master
8
7
- main
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: pre-commit
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - main
7
6
- master
7
+ - main
8
8
- devel*
9
9
10
10
jobs :
Original file line number Diff line number Diff line change 34
34
matrix :
35
35
config :
36
36
- os : " debian11"
37
- - os : " fedora37 "
37
+ - os : " fedora39 "
38
38
- os : " ubuntu20"
39
39
- os : " ubuntu22"
40
40
- os : " rockylinux8"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
49
49
## Weekly tested on:
50
50
51
51
* Debian 11
52
- * Fedora 37
52
+ * Fedora 39
53
53
* Rocky Linux 8
54
54
* Ubuntu 20,22
55
55
You can’t perform that action at this time.
0 commit comments