Skip to content

Commit

Permalink
Fixed Fedora version in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Jul 19, 2023
1 parent 538daba commit 3cc1547
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ jobs:
distro:
- 'centos:7'
- 'fedora:37'
- 'fedora:36'
- 'fedora:38'
include:
- distro: 'fedora:37'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils rpm-build git bash-completion
- distro: 'fedora:36'
- distro: 'fedora:38'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils rpm-build git bash-completion
Expand Down Expand Up @@ -195,13 +195,13 @@ jobs:
distro:
- 'centos:7'
- 'fedora:37'
- 'fedora:36'
- 'fedora:38'
include:
- distro: 'fedora:37'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils rpm-build git
- distro: 'fedora:36'
- distro: 'fedora:38'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils rpm-build git
Expand Down

0 comments on commit 3cc1547

Please sign in to comment.