Skip to content

Commit

Permalink
Merge pull request #14 from ppshobi/setup-gihub-workflow-to-run-again…
Browse files Browse the repository at this point in the history
…st-multiple-php-verions

setup matrix to run test suite against multiple php versions
  • Loading branch information
curquiza committed Apr 20, 2020
2 parents 0321162 + cc160fe commit 972760c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
tests:

runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.0",
"php": "^7.2",
"guzzlehttp/guzzle": "^6.5"
},
"autoload": {
Expand Down

0 comments on commit 972760c

Please sign in to comment.