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 537714d

Browse files
committed
Changed PHPUnit version
1 parent 954e893 commit 537714d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

‎.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@ jobs:
5555
php --version
5656
phpunit --version
5757
58-
- name: Install PHP compatible version
59-
run: |
60-
apt-get install php7.1
61-
6258
- name: Install PHPUnit
63-
run: composer require phpunit/phpunit ^7.5
59+
run: composer require phpunit/phpunit ^8.5
6460

6561
- name: Check again some packages if they are installed
6662
run: |

‎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": "^7.5"
30+
"phpunit/phpunit": "^8.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
(0)

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