summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-14 22:44:00 +0200
committerJoas Schilling <coding@schilljs.com>2022-04-14 22:44:00 +0200
commitbc903a7785df6412ddca2711c41be9cd79415a6d (patch)
tree90faec57ecc590171e0b52f4b89ce32719bcd54c /.github/workflows
parentc2f9a8c9c27bf561c73767664eba0db11659e835 (diff)
Update main target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/phpunit.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index ae3799b1..b55f5653 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', 'master']
+ server-versions: ['stable22', 'stable23', 'stable24', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -80,10 +80,13 @@ jobs:
matrix:
php-versions: ['7.4', '8.0']
databases: ['mysql']
- server-versions: ['stable21', 'stable22', 'stable23', 'master']
+ server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'master']
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 }}
@@ -148,7 +151,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- server-versions: ['stable22', 'stable23', 'master']
+ server-versions: ['stable22', 'stable23', 'stable24', 'master']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}