summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-01-24 13:53:41 +0100
committerGitHub <noreply@github.com>2023-01-24 13:53:41 +0100
commit7615bd51f62b669b0b1fb161b184959c43a417a2 (patch)
treee4b6cd6a1394d8af4504c0a6b6f185743b671b7e
parent4c030a79e9eb8915042e62ea4c4fb49d02c87e91 (diff)
parent2449d4a6b4276b20b0c1174ad3fb95523529ecd7 (diff)
Merge pull request #3198 from nextcloud/fix/noid/phpunit-ci
[stable4.2] ci(phpunit): don't test against nc master
-rw-r--r--.github/workflows/phpunit.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index e191e1cb..880f4d67 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['stable22', 'stable23', 'stable24', 'master']
+ server-versions: ['stable22', 'stable23', 'stable24']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -80,14 +80,11 @@ jobs:
matrix:
php-versions: ['7.4', '8.0']
databases: ['mysql']
- server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'master']
+ server-versions: ['stable21', 'stable22', 'stable23', 'stable24']
include:
- php-versions: '8.1'
databases: 'mysql'
server-versions: stable24
- - php-versions: '8.1'
- databases: 'mysql'
- server-versions: master
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -151,7 +148,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['stable22', 'stable23', 'stable24', 'master']
+ server-versions: ['stable22', 'stable23', 'stable24']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}