Skip to content

Commit

Permalink
#116: Scale tests back up part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 29, 2021
1 parent 27ce269 commit dabbd82
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- examples/php-7.0
- examples/php-5.6
- examples/php-5.5
- examples/php-5.4
# - examples/php-5.4
lando-versions:
- edge
os:
Expand Down
1 change: 0 additions & 1 deletion examples/php-5.5/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ runtime:
- redis
dependencies:
php:
"platformsh/client": "2.x-dev"
"composer/composer": "^2"
build:
flavor: composer
Expand Down
1 change: 0 additions & 1 deletion examples/php-5.6/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ runtime:
- redis
dependencies:
php:
"platformsh/client": "2.x-dev"
"composer/composer": "^2"
build:
flavor: composer
Expand Down
1 change: 0 additions & 1 deletion examples/php-7.0/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ runtime:
- redis
dependencies:
php:
"platformsh/client": "2.x-dev"
"composer/composer": "^2"
build:
flavor: composer
Expand Down
1 change: 0 additions & 1 deletion examples/php-7.4/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ runtime:
- redis
dependencies:
php:
"platformsh/client": "2.x-dev"
"composer/composer": "^2"
build:
flavor: composer
Expand Down

0 comments on commit dabbd82

Please sign in to comment.