Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 01a5135

Browse files
authored
Merge pull request #7 from apphp/dev
Changed PHPUnit version for automation
2 parents 4ae91ba + 1d225ee commit 01a5135

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
php --version
5656
phpunit --version
5757
58-
- name: Install PHPUnit
59-
run: composer require phpunit/phpunit ^8.5
58+
# - name: Install PHPUnit
59+
# run: composer require phpunit/phpunit ^7.5
6060

61-
- name: Check again some packages if they are installed
62-
run: |
63-
composer --version
64-
phpunit --version
61+
# - name: Check again some packages if they are installed
62+
# run: |
63+
# composer --version
64+
# phpunit --version
6565

6666
- name: Runt PHPUnit tests for the Framework
6767
run: composer tests

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": ">=7.1"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.5"
30+
"phpunit/phpunit": "^7.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /