summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2024-04-18 11:42:30 +0200
committerGitHub <noreply@github.com>2024-04-18 11:42:30 +0200
commit8ad3fe5df5bee2cf24ebb6d53e48ae2c0f442894 (patch)
treefb5a7c861c320cac5d667e2ef63248b49904ec02
parent5f6b060240264c28be81fef8e7edfc928d052dfa (diff)
parentdeb73f99106234ae14146b85df166163f11abe98 (diff)
Merge pull request #3889 from nextcloud/chore/adjust-testing-matrix-stable29
chore(CI) : adjust testing matrix for Nextcloud stable29
-rw-r--r--.github/workflows/phpunit.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index f146af9a..ce6c0bed 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
- server-versions: ['master', 'stable29']
+ server-versions: ['stable29']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -86,10 +86,10 @@ jobs:
matrix:
php-versions: ['8.1', '8.2', '8.3']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable29']
include:
- php-versions: '8.0'
- server-versions: 'master'
+ server-versions: 'stable29'
databases: 'mysql'
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -160,7 +160,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable29']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
services: