Skip to content

Commit 465dc4b

Browse files
authored
Merge pull request #26 from LordSimal/2.x-phpunit-13
update stan + PHPUnit 13
2 parents a568d1b + 72ef5f6 commit 465dc4b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: ramsey/composer-install@v3
127127

128128
- name: Install PHP tools with phive.
129-
run: "phive install --trust-gpg-keys '51C67305FFC2E5C0,12CE0F1D262429A5,99BF4D9A33D65E1E'"
129+
run: "phive install --trust-gpg-keys 'CF1A108D0E7AE720,51C67305FFC2E5C0,99BF4D9A33D65E1E'"
130130

131131
- name: Run phpcs
132132
if: always()

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpstan" version="2.1.31" installed="2.1.31" location="./tools/phpstan" copy="false"/>
4-
<phar name="psalm" version="6.13.1" installed="6.13.1" location="./tools/psalm" copy="false"/>
3+
<phar name="phpstan" version="2.1.40" installed="2.1.40" location="./tools/phpstan" copy="false"/>
4+
<phar name="psalm" version="6.15.1" installed="6.15.1" location="./tools/psalm" copy="false"/>
55
</phive>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/process": "^5.4 || ^6.0 || ^7.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0",
19+
"phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0 || ^13.0",
2020
"cakephp/cakephp-codesniffer": "^5.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)