summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-11 09:39:24 +0100
committerJoas Schilling <coding@schilljs.com>2021-11-11 09:39:24 +0100
commit65a4c3389b8aed1b1240c1a1a6466f6f7bbb3800 (patch)
tree8d3f749d31257cead3e76f9cd5edfcabceb78707 /.github
parentd768de5538a214a24bb075ea84a5622d3e4ecaef (diff)
Update master target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 992d0405..e967e1a7 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', 'master']
+ server-versions: ['stable22', 'stable23', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -80,7 +80,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['mysql']
- server-versions: ['stable22', 'master']
+ server-versions: ['stable22', 'stable23', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -144,7 +144,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['stable22', 'master']
+ server-versions: ['stable22', 'stable23', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}