Skip to content

Commit 644dbbc

Browse files
committed
Update PHPUnit
1 parent 987009a commit 644dbbc

File tree

4 files changed

+142
-137
lines changed

4 files changed

+142
-137
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ jobs:
9999
- name: "Install dependencies"
100100
run: "composer install --no-interaction --no-progress"
101101

102-
- name: "Update PHPUnit"
103-
run: "composer update phpunit/phpunit -W"
104-
105102
- name: "Cache Result cache"
106103
uses: actions/cache@v4
107104
with:

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
shell: bash
6666
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
6767

68-
- name: "Update PHPUnit"
69-
if: matrix.php-version != '7.3'
70-
run: "composer update phpunit/phpunit -W"
71-
7268
- name: "Tests"
7369
run: "make tests"
7470

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"phpstan/phpstan-nette": "^1.0",
6262
"phpstan/phpstan-phpunit": "^1.0",
6363
"phpstan/phpstan-strict-rules": "^1.6",
64-
"phpunit/phpunit": "^9.5.4",
64+
"phpunit/phpunit": "^9.6",
6565
"shipmonk/composer-dependency-analyser": "^1.5",
6666
"shipmonk/name-collision-detector": "^2.0"
6767
},

0 commit comments

Comments
 (0)