File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 88 schedule :
99 - cron : ' 0 6 * * 0'
1010 workflow_dispatch :
11-
11+
1212jobs :
1313 repo :
1414 name : Test Repo Runner
@@ -17,15 +17,11 @@ jobs:
1717 fail-fast : false
1818 matrix :
1919 config :
20- - os : " centos7"
21- tag : " latest"
22- - os : " centos8"
23- tag : " latest"
2420 - os : " debian9"
2521 tag : " latest"
2622 - os : " debian10"
2723 tag : " latest"
28- - os : " fedora34 "
24+ - os : " fedora35 "
2925 tag : " latest"
3026 - os : " ubuntu18"
3127 tag : " latest"
6460 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6561 with :
6662 molecule_command : test
67- scenario : org
63+ scenario : org
Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ Personal Access Token for GitHub account can be created [here](https://github.co
3434* AMD64, x86_64
3535## Tested on:
3636
37- * CentOS/RHEL 7,8
3837* Debian 9,10
39- * Fedora 34
38+ * Fedora 35
4039* Rocky Linux 8
4140* Ubuntu 18,20
4241
You can’t perform that action at this time.
0 commit comments