ci(phpunit): don't test against nc master

It doesn't support php 7.4 anymore.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2023-01-24 12:35:44 +01:00
parent 4c030a79e9
commit 2449d4a6b4
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
1 changed files with 3 additions and 6 deletions

View File

@ -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 }}