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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-15 09:21:34 +0300
committerGitHub <noreply@github.com>2022-04-15 09:21:34 +0300
commit4e886f5c3cc35c1701fffcaf995f30fc031a1f45 (patch)
treead85d48502a0975c90b4863b6b40a788664c77c2
parentbde0baffca871ca0e9c0e5247f1c022b601465cd (diff)
parent931f029ad4f509f51403f238847e7d1150485681 (diff)
Merge pull request #758 from nextcloud/update-stable24-target-versions
Update stable24 target versions
-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 4531215..206ecbc 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
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 390c50e..fad49c6 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
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 09894e4..dac2211 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
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 5992ce2..58ae746 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.0']
- server-versions: ['master']
+ server-versions: ['stable24']
steps:
- name: Set app env