summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-01-24 12:35:44 +0100
committerRichard Steinmetz <richard@steinmetz.cloud>2023-01-24 12:40:35 +0100
commit2449d4a6b4276b20b0c1174ad3fb95523529ecd7 (patch)
treee4b6cd6a1394d8af4504c0a6b6f185743b671b7e
parent4c030a79e9eb8915042e62ea4c4fb49d02c87e91 (diff)
ci(phpunit): don't test against nc master
It doesn't support php 7.4 anymore. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-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 }}