Skip to content

Commit 326770d

Browse files
committed
chore: upgrade phpunit/phpunit to ^13.1.6
1 parent 2e54c94 commit 326770d

File tree

4 files changed

+491
-319
lines changed

4 files changed

+491
-319
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-version:
2222
- '8.4'
2323
phpunit-version:
24-
- '12.0'
24+
- '13.1.6'
2525
steps:
2626
- name: Setup PHP ${{ matrix.php-version }}
2727
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"nesbot/carbon": "^2.63 || ^3.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^12.0",
23+
"phpunit/phpunit": "^13.1.6",
2424
"vimeo/psalm": "^6.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)