Skip to content

Commit

Permalink
Merge pull request #6 from darkwizard242/feature/remove-obsolete-plat…
Browse files Browse the repository at this point in the history
…forms

Remove support for Ubuntu 18.04 and EL platforms
  • Loading branch information
darkwizard242 authored Jun 29, 2024
2 parents abe152a + 1e2ad76 commit 24e8bef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, debian-bullseye, debian-buster]

steps:

Expand Down
5 changes: 0 additions & 5 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ galaxy_info:
- noble
- jammy
- focal
- bionic
- name: Debian
versions:
- bullseye
- buster
- name: EL
versions:
- 8
- 7

galaxy_tags:
- openvpn
Expand Down

0 comments on commit 24e8bef

Please sign in to comment.