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 a889177

Browse files
committed
Changed PHP version and PHPUnit for automation
1 parent befae5d commit a889177

File tree

3 files changed

+245
-142
lines changed

3 files changed

+245
-142
lines changed

‎.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
- name: Check some packages if they are installed
5353
run: |
5454
composer --version
55+
php --version
5556
phpunit --version
5657
5758
- name: Install PHPUnit
58-
run: composer require phpunit/phpunit ^7
59+
run: composer require phpunit/phpunit ^7.5
5960

6061
- name: Check again some packages if they are installed
6162
run: |

‎composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"sort-packages": true
2525
},
2626
"require": {
27-
"php": ">=7.1.0"
27+
"php": ">=7.1"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^7.0"
30+
"phpunit/phpunit": "^7.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
(0)

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