Skip to content

Commit

Permalink
#116: Scale back tests for a sec part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 29, 2021
1 parent 71c86aa commit be964b9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 12 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).

* First release of `platformsh` as an external plugin!
* Added testing for most `services` [#3]
* Fixed some bugs
* Updated to recent `php` images, resolves [#]

## v0.5.0 - [October 6, 2021](https://github.com/lando/cli/releases/tag/v0.5.0)

Expand Down
2 changes: 1 addition & 1 deletion examples/php-5.4/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ web:
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
start: /usr/sbin/php-fpm5.4-zts
2 changes: 1 addition & 1 deletion examples/php-5.5/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ web:
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
start: /usr/sbin/php-fpm5.5-zts
2 changes: 1 addition & 1 deletion examples/php-5.6/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ web:
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
start: /usr/sbin/php-fpm5.6-zts
2 changes: 1 addition & 1 deletion examples/php-7.0/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ web:
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
start: /usr/sbin/php-fpm7.0-zts
2 changes: 1 addition & 1 deletion examples/php-7.1/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ web:
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
start: /usr/sbin/php-fpm7.1-zts
2 changes: 1 addition & 1 deletion examples/php-7.2/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ web:
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
start: /usr/sbin/php-fpm7.2-zts
2 changes: 1 addition & 1 deletion examples/php-7.3/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ web:
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
start: /usr/sbin/php-fpm7.3-zts
4 changes: 2 additions & 2 deletions examples/php-7.4/advanced/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ web:
"/":
root: "."
passthru: "/index.php"
commands:
start: /usr/sbin/php-fpm8.0-zts
# commands:
# start: /usr/sbin/php-fpm7.4-zts

0 comments on commit be964b9

Please sign in to comment.