Merge pull request #405 from Luc45/patch-1

Add setup-php action
This commit is contained in:
Jessica 2020-05-27 11:19:44 -07:00 committed by GitHub
commit 76065a404a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [actions/setup-java: Java](https://github.com/actions/setup-java)
- [actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby)
- [actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir)
- [shivammathur/setup-php: PHP](https://github.com/shivammathur/setup-php)
### Create your Actions