Skip to content

Commit d161459

Browse files
committed
ci(sharding): Use php8.5 for stacktraces
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 0ad3358 commit d161459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-mysql-sharding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
php-versions: ['8.2']
59+
php-versions: ['8.5']
6060
mysql-versions: ['8.4']
6161

6262
name: Sharding - MySQL ${{ matrix.mysql-versions }} (PHP ${{ matrix.php-versions }}) - database tests

0 commit comments

Comments
 (0)