summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza Mahjoubi <hamzamahjoubi221@gmail.com>2024-04-18 10:47:27 +0200
committerHamza Mahjoubi <hamzamahjoubi221@gmail.com>2024-04-18 10:47:27 +0200
commitdeb73f99106234ae14146b85df166163f11abe98 (patch)
tree801679a2e9f38c48f75c0e6eaaec10340daa7094
parenta48ccf460ea5778db9c19b1dc65ab370d3690903 (diff)
chore(CI) : adjust testing matrix for Nextcloud stable29
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
-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: