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 <91878298+come-nc@users.noreply.github.com>2022-10-01 18:39:31 +0300
committerGitHub <noreply@github.com>2022-10-01 18:39:31 +0300
commitffc4c54d7c9d92c169d4700de721082cf17b15cc (patch)
tree349fc8fd8b71632329ce8e6fb8e0825f13e0cd94
parentc02c142d2bc327042ee6fed94fccfcd671cb0e5a (diff)
Update .github/workflows/phpunit.yml
Co-authored-by: blizzz <blizzz@arthur-schiwon.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
-rw-r--r--.github/workflows/phpunit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index c41a044..898a86f 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: ['stable23', 'stable24', 'master']
+ server-versions: ['stable24', 'stable25', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}