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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-11-12 00:53:37 +0300
committerGitHub <noreply@github.com>2021-11-12 00:53:37 +0300
commit8c9f6e8664e501ca53e284535f99eb9189abfeae (patch)
treed1533cd93bfc975d6cad50b7a2b1932ec7cbd6bd
parentac4f157e5684c3ee6eca9bdf14d21a510fbba954 (diff)
parent8491671a4009c5c99a3440ca141746a34f3f2d7c (diff)
Merge pull request #137 from nextcloud/update-stable23-target-versions
Update stable23 target versions
-rw-r--r--.github/workflows/phpunit.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 4b59af0..771e6f8 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', '8.0']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -73,13 +73,13 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', '8.0']
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env:
@@ -135,7 +135,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', '8.0']
databases: ['pgsql']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
@@ -199,7 +199,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', '8.0']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}