From bcb7e4c7d9cb44d8d05b6be7d47c8c963cfbf194 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Tue, 6 Feb 2024 12:39:57 +0100 Subject: [PATCH 1/3] modulesync 7.3.0 --- .github/workflows/ci.yml | 7 ++++++- .msync.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66d8ca7..7216724f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,12 @@ name: CI -on: pull_request +on: + pull_request: {} + push: + branches: + - main + - master concurrency: group: ${{ github.ref_name }} diff --git a/.msync.yml b/.msync.yml index f8183449..f46ee025 100644 --- a/.msync.yml +++ b/.msync.yml @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -modulesync_config_version: '7.2.0' +modulesync_config_version: '7.3.0' From a830f645a02ad2608357cb0a7034f63f6afb1451 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 16 Feb 2024 11:25:47 +0100 Subject: [PATCH 2/3] remove legacy os'es --- metadata.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/metadata.json b/metadata.json index 8df830dc..e8f05280 100644 --- a/metadata.json +++ b/metadata.json @@ -35,21 +35,18 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "10", "11" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04", "20.04" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7", "8", "9" ] @@ -57,7 +54,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", "8", "9" ] From 63c73de8f13756c0c2950e1ddb5b67b7e9df6c7f Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 16 Feb 2024 11:38:12 +0100 Subject: [PATCH 3/3] Add Ubuntu 22.04 --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index e8f05280..cf453b34 100644 --- a/metadata.json +++ b/metadata.json @@ -41,7 +41,8 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "20.04" + "20.04", + "22.04" ] }, {