Skip to content

Commit 11fceb7

Browse files
Merge pull request #118 from MonolithProjects/develop
Remove CentoOS8 from tests
2 parents db2c89e + 15ebd69 commit 11fceb7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
schedule:
99
- cron: '0 6 * * 0'
1010
workflow_dispatch:
11-
11+
1212
jobs:
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"
@@ -64,4 +60,4 @@ jobs:
6460
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6561
with:
6662
molecule_command: test
67-
scenario: org
63+
scenario: org

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)