Skip to content

Commit

Permalink
Update PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 4, 2024
1 parent 9501e8a commit 7e14932
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 137 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ jobs:
- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"

- name: "Update PHPUnit"
run: "composer update phpunit/phpunit -W"

- name: "Cache Result cache"
uses: actions/cache@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ jobs:
shell: bash
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"

- name: "Update PHPUnit"
if: matrix.php-version != '7.3'
run: "composer update phpunit/phpunit -W"

- name: "Tests"
run: "make tests"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^9.5.4",
"phpunit/phpunit": "^9.6",
"shipmonk/composer-dependency-analyser": "^1.5",
"shipmonk/name-collision-detector": "^2.0"
},
Expand Down
Loading

0 comments on commit 7e14932

Please sign in to comment.