Skip to content

Commit ead35bd

Browse files
committed
chore: Update phpunit workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 2d93efb commit ead35bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
# do not stop on another job's failure
3434
fail-fast: false
3535
matrix:
36-
php-versions: ['8.1']
36+
php-versions: ['8.2']
3737
databases: ['sqlite']
38-
server-versions: ['master', 'stable30']
38+
server-versions: ['master', 'stable32', 'stable31', 'stable30']
3939

4040
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
4141

0 commit comments

Comments
 (0)