Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 3, 2019
1 parent 33827bc commit 80c2b76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This action sets up a PHP environment for use in actions by:
- 7.1
- 7.2
- 7.3
- 7.4

*Patch version can also be set. e.g. 7.2.11*

Expand All @@ -38,7 +39,7 @@ steps:
- uses: actions/checkout@master
- uses: nanasess/setup-php@master
with:
php-version: '7.3'
php-version: '7.4'
- run: php my_script.php
```
Expand All @@ -50,7 +51,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-18.04, windows-2019 ]
php: [ '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.3.3' ]
php: [ '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '7.3.3' ]
name: PHP ${{ matrix.php }} sample
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 80c2b76

Please sign in to comment.