Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 18:18:03 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 18:18:03 +0300
commit395919b677974a67189f4ec5e85f9eb7bf36640d (patch)
treea74a5512f47558eb5ee3d8355b68f6cd388636ca
parentba3350652902454504197fb4f38097dacaeab48b (diff)
Remove EOL versions from CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--.github/workflows/icap.yml4
-rw-r--r--.github/workflows/kaspersky.yml2
-rw-r--r--.github/workflows/lint.yml8
-rw-r--r--.github/workflows/phpunit.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
5 files changed, 6 insertions, 12 deletions
diff --git a/.github/workflows/icap.yml b/.github/workflows/icap.yml
index bad94c9..87c941b 100644
--- a/.github/workflows/icap.yml
+++ b/.github/workflows/icap.yml
@@ -18,7 +18,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: [ 'stable23' ]
+ server-versions: [ 'stable24' ]
name: icap-clmav
@@ -81,7 +81,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: [ 'stable23' ]
+ server-versions: [ 'stable24' ]
name: icap-kaspersky
diff --git a/.github/workflows/kaspersky.yml b/.github/workflows/kaspersky.yml
index 33d6046..3c96d16 100644
--- a/.github/workflows/kaspersky.yml
+++ b/.github/workflows/kaspersky.yml
@@ -18,7 +18,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: [ 'stable23' ]
+ server-versions: [ 'stable24' ]
name: kaspersky
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 617f20e..d2a5804 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -12,14 +12,8 @@ jobs:
strategy:
matrix:
php-version: ['7.4', '8.0']
- ocp-version: ['^v21.0.0', '^v22.0.0', '^v23.0.0', 'dev-master']
+ ocp-version: ['^v23.0.0', 'dev-master']
include:
- - php-version: '7.3'
- ocp-version: '^v21.0.0'
- - php-version: '7.3'
- ocp-version: '^v22.0.0'
- - php-version: '7.3'
- ocp-version: '^v23.0.0'
- php-version: '8.1'
ocp-version: 'dev-master'
name: php${{ matrix.php-version }}-ocp-${{ matrix.ocp-version }} lint
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 24270f2..c41a044 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'stable24', 'master']
+ server-versions: ['stable23', 'stable24', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index e6a2cac..0ae3360 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ocp-version: [ '20', '21', '22.0.0-RC1', '23.0.0-RC1', 'dev-master' ]
+ ocp-version: ['dev-stable23', 'dev-stable24', 'dev-stable25', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout