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 <coding@schilljs.com>2022-04-14 23:14:04 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-14 23:14:04 +0300
commit70b74fd8472b1c84f17a95c36da821fa3ad6b6aa (patch)
tree50e1ad25644094d15d1fa00b93e375742fd26437
parent0697cdec55e9b2ac829f43fc22cc9e6b368c0bbe (diff)
Update stable24 target versionsupdate-stable24-target-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit-mysql.yml2
-rw-r--r--.github/workflows/phpunit-oci.yml2
-rw-r--r--.github/workflows/phpunit-pgsql.yml2
-rw-r--r--.github/workflows/phpunit-sqlite.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index d209ea9..d3bd686 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
- server-versions: ['master']
+ server-versions: ['stable24']
services:
mysql:
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index 87297e1..cadef77 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable24']
services:
oracle:
diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml
index 5d6eca9..332b5b5 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable24']
services:
postgres:
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index 649d6e2..949cf93 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable24']
steps:
- name: Set app env