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 427b525

Browse files
authored
Merge pull request #9 from apphp/dev
Changed PHP version for automation
2 parents 639f517 + eb693e5 commit 427b525

File tree

4 files changed

+162
-79
lines changed

4 files changed

+162
-79
lines changed

‎.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858
- name: Install required packages
5959
run: composer update
6060

61-
# - name: Install PHPUnit
61+
- name: List current folder again to check vengor/ dir
62+
run: ls -la
63+
64+
# - name: Install PHPUnit
6265
# run: composer require phpunit/phpunit ^7.5
6366

6467
# - name: Check again some packages if they are installed

‎.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎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"
27+
"php": ">=7.1 || ^8"
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 によって変換されたページ (->オリジナル) /