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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-14 23:01:36 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-14 23:01:36 +0300
commit3124e238142e4b3f007053da00ad518fc2942274 (patch)
treeb2a3694001e712654c11c203386b8b7d067bca69
parentefdd4fbd0640648479828044dbf4a3f4122ebc39 (diff)
Update stable24 target versionsupdate-stable24-target-versions
Signed-off-by: Joas Schilling <coding@schilljs.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 e3003213..b31612a9 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"]
+ server-versions: ["stable24"]
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -80,7 +80,7 @@ jobs:
matrix:
php-versions: ["7.4", "8.0", "8.1"]
databases: ["mysql"]
- server-versions: ["master"]
+ server-versions: ["stable24"]
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -144,7 +144,7 @@ jobs:
matrix:
php-versions: ["8.0"]
databases: ["pgsql"]
- server-versions: ["master"]
+ server-versions: ["stable24"]
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -210,7 +210,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ["master"]
+ server-versions: ["stable24"]
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}