Skip to content

Commit 538246d

Browse files
authored
ci: use fixed phpunit and rector versions (#1634)
1 parent cd226a3 commit 538246d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/isolated-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: supercharge/[email protected]
6767

6868
- name: Install PHPUnit
69-
run: composer global require phpunit/phpunit:^12.2.3
69+
run: composer global require phpunit/phpunit:12.4.0
7070

7171
- name: Setup problem matchers
7272
run: |

packages/upgrade/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "dev",
66
"require": {
77
"php": "^8.4",
8-
"rector/rector": "^2.1"
8+
"rector/rector": "2.2.1"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)