Skip to content

Commit

Permalink
Merge pull request #23 from 123inkt/add-php-7.4-support
Browse files Browse the repository at this point in the history
allow php 7.4 and added test for php7.4
  • Loading branch information
frankdekker authored Aug 18, 2020
2 parents c78588c + 1465687 commit 773c4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3']
php-versions: ['7.1', '7.2', '7.3', '7.4']
composer-flags: ['', '--prefer-lowest']
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "7.1.* || 7.2.* || 7.3.*",
"php": "7.1.* || 7.2.* || 7.3.* || 7.4.*",
"symfony/validator": "^4.3 || 5.*",
"symfony/polyfill-php80": "^1.16"
},
Expand Down

0 comments on commit 773c4c4

Please sign in to comment.