Skip to content

Commit 1f67ca8

Browse files
committed
Few typos
1 parent d28f207 commit 1f67ca8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

laravel-ci/circleci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Heres a few examples on getting up and running using the image on CircleCI. You
1616

1717
This is the minimal setup you'll need to get your unit tests running.
1818

19-
> 💡 Don't forget to choose the correct image you need for your projects PHP version requirement
19+
> 💡 Don't forget to choose the correct image you need for your project's PHP version requirement
2020
2121
```yaml
2222
version: 2

laravel-ci/gitlab-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Heres a few examples on getting up and running using the image on GitLab CI.
1616

1717
This is the minimal setup you'll need to get your unit tests running.
1818

19-
> 💡 Don't forget to choose the correct image you need for your projects PHP version requirement
19+
> 💡 Don't forget to choose the correct image you need for your project's PHP version requirement
2020
2121
```yaml
2222
image: laratools/laravel-ci:latest

laravel-ci/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Of course it may be used with any platform that supports Docker, so feel free to
1010

1111
## PHP Versions
1212

13-
There are several images based on the PHP version you require. Currently we support `7.0`, `7.1` and `7.2` (which is currently in beta).
13+
There are several images based on the PHP version you require. Currently we support `7.0`, `7.1` and `7.2-beta`.
1414

1515
* `laratools/laravel-ci:7.0`
1616
* `laratools/laravel-ci:7.1`

0 commit comments

Comments
 (0)