Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Bump minimum PHP requirements from 7.1 to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgibbs committed Jun 23, 2019
1 parent 7086b4f commit 6c7db22
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 64 deletions.
66 changes: 33 additions & 33 deletions .github/ISSUE_TEMPLATE/---report-a-bug.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
---
name: "\U0001F41B Report a bug"
about: Is something not working as you expected?

---

## Expected behaviour
> Describe the bug; what should happen?
## Current behaviour
> What happens instead of the expected behaviour?
## Possible solution
> Not obligatory, but you can suggest a fix/reason for the bug. Thanks!
## Steps to reproduce
> Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant.
1.
2.
3.
4.

## Context
> How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world.
## Your environment
> Include as many relevant details about the environment you experienced the bug in:
* WordHat version used:
* Environment name and version (e.g. PHP 7.1 on nginx 1.11.9):
* Server operating system type and version:
* Type of Behat browser used (e.g. Selenium, headless Chrome, etc):
* Link to your project:
---
name: "\U0001F41B Report a bug"
about: Is something not working as you expected?

---

## Expected behaviour
> Describe the bug; what should happen?
## Current behaviour
> What happens instead of the expected behaviour?
## Possible solution
> Not obligatory, but you can suggest a fix/reason for the bug. Thanks!
## Steps to reproduce
> Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant.
1.
2.
3.
4.

## Context
> How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world.
## Your environment
> Include as many relevant details about the environment you experienced the bug in:
* WordHat version used:
* Environment name and version (e.g. PHP 7.2 on nginx 1.11.9):
* Server operating system type and version:
* Type of Behat browser used (e.g. Selenium, headless Chrome, etc):
* Link to your project:
46 changes: 23 additions & 23 deletions .github/ISSUE_TEMPLATE/---request-a-feature.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
name: "\U0001F680 Request a feature"
about: Do you want to suggest a new feature, rule, or option?

---

## Expected behaviour
> If you're suggesting a change/improvement, tell us how it should work.
## Current behaviour
> If suggesting a change/improvement, explain the difference from current behaviour.
## Context
> How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world.
## Your environment
> Include as many relevant details about the environment you experienced the bug in:
* WordHat version used:
* Environment name and version (e.g. PHP 7.1 on nginx 1.11.9):
* Server operating system type and version:
* Type of Behat browser used (e.g. Selenium, headless Chrome, etc):
* Link to your project:
---
name: "\U0001F680 Request a feature"
about: Do you want to suggest a new feature, rule, or option?

---

## Expected behaviour
> If you're suggesting a change/improvement, tell us how it should work.
## Current behaviour
> If suggesting a change/improvement, explain the difference from current behaviour.
## Context
> How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world.
## Your environment
> Include as many relevant details about the environment you experienced the bug in:
* WordHat version used:
* Environment name and version (e.g. PHP 7.2 on nginx 1.11.9):
* Server operating system type and version:
* Type of Behat browser used (e.g. Selenium, headless Chrome, etc):
* Link to your project:
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- mysql

php:
- 7.1
- 7.2
- 7.3

cache:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"require": {
"behat/behat": "~3.1",
"php": ">=7.1 <7.4",
"php": ">=7.2 <7.4",
"sensiolabs/behat-page-object-extension": "~2.1",
"behat/mink-extension": "~2.3",

Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: How to get install Behat, WordPress, and WordHat

## Requirements

WordHat requires [PHP](https://php.net/) (version 7.1+), [Composer](https://getcomposer.org/), and a [WordPress](https://wordpress.org/) site to test (version 4.8+).
WordHat requires [PHP](https://php.net/) (version 7.2+), [Composer](https://getcomposer.org/), and a [WordPress](https://wordpress.org/) site to test (version 4.8+).

We recommend using [WP-CLI](https://wp-cli.org/)[^1] \(version 2.1.0+).

Expand Down

0 comments on commit 6c7db22

Please sign in to comment.