Skip to content

Commit 59a2f14

Browse files
authored
Merge pull request #9 from 123inkt/add-php7.4-support
add support for PHP7.4
2 parents 0a343b1 + 6610354 commit 59a2f14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: ['7.1', '7.2', '7.3']
15+
php-versions: ['7.1', '7.2', '7.3', '7.4']
1616
composer-flags: ['', '--prefer-lowest']
1717
steps:
1818
- uses: actions/checkout@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}
1616
},
1717
"require": {
18-
"php": "7.1.* || 7.2.* || 7.3.*",
18+
"php": "7.1.* || 7.2.* || 7.3.* || 7.4.*",
1919
"symfony/http-foundation": "^4.2 || 5.*",
2020
"symfony/validator": "^4.3 || 5.*",
21-
"digitalrevolution/symfony-validation-shorthand": "1.0.0"
21+
"digitalrevolution/symfony-validation-shorthand": "1.0.1"
2222
},
2323
"require-dev": {
2424
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)