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 954e893

Browse files
committed
Changed PHP version for automation
1 parent a889177 commit 954e893

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
php --version
5656
phpunit --version
5757
58+
- name: Install PHP compatible version
59+
run: |
60+
apt-get install php7.1
61+
5862
- name: Install PHPUnit
5963
run: composer require phpunit/phpunit ^7.5
6064

@@ -63,7 +67,7 @@ jobs:
6367
composer --version
6468
phpunit --version
6569
66-
- name: Runt PHPUnit tests
70+
- name: Runt PHPUnit tests for the Framework
6771
run: composer tests
6872

6973

0 commit comments

Comments
(0)

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