Remove quotes from README
This commit is contained in:
parent
76c87c4d3e
commit
3f9ccd2279
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -7,11 +7,11 @@
|
|||
This action sets up a php environment along with composer on multiple platforms for use in github actions.
|
||||
|
||||
# PHP Version Support
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
|
||||
# Operating Systems Support
|
||||
- Linux (ubuntu-latest)
|
||||
|
|
|
|||
Loading…
Reference in a new issue