Skip to content

Commit

Permalink
Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Apr 23, 2024
1 parent bf0addc commit 2c619ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- 'ubuntu:22.04'
- 'alpine:3.13'
- 'fedora:39'
- 'fedora:38'
- 'fedora:40'
include:


Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
dnf upgrade -y &&
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils git shunit2 man bc net-tools bash-completion java-latest-openjdk
- distro: 'fedora:38'
- distro: 'fedora:40'
pre: >-
dnf upgrade -y &&
dnf install -y hostname &&
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
distro:
- 'centos:7'
- 'centos:8'
- 'fedora:38'
- 'fedora:40'
- 'fedora:39'
include:
- distro: 'fedora:38'
- distro: 'fedora:40'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl rpm-build openssh-clients bc bash-completion
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- 'ubuntu:22.04'
- 'alpine:3.13'
- 'fedora:39'
- 'fedora:38'
- 'fedora:40'
include:


Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
dnf upgrade -y &&
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils git shunit2 man bc net-tools bash-completion java-latest-openjdk
- distro: 'fedora:38'
- distro: 'fedora:40'
pre: >-
dnf upgrade -y &&
dnf install -y hostname &&
Expand Down Expand Up @@ -162,13 +162,13 @@ jobs:
distro:
- 'centos:7'
- 'fedora:39'
- 'fedora:38'
- 'fedora:40'
include:
- distro: 'fedora:39'
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:38'
- distro: 'fedora:40'
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 @@ -200,13 +200,13 @@ jobs:
distro:
- 'centos:7'
- 'fedora:39'
- 'fedora:38'
- 'fedora:40'
include:
- distro: 'fedora:39'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils rpm-build git
- distro: 'fedora:38'
- distro: 'fedora:40'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils rpm-build git
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests_with_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
distro:
- 'centos:7'
- 'fedora:39'
- 'fedora:38'
- 'fedora:40'
include:
- distro: 'fedora:39'
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:38'
- distro: 'fedora:40'
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 @@ -103,13 +103,13 @@ jobs:
distro:
- 'centos:7'
- 'fedora:39'
- 'fedora:38'
- 'fedora:40'
include:
- distro: 'fedora:39'
pre: >-
dnf install -y hostname &&
dnf install -y nmap ShellCheck curl sudo perl make bzip2 file openssl bind-utils rpm-build git
- distro: 'fedora:38'
- distro: 'fedora:40'
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 2c619ab

Please sign in to comment.