Skip to content

Commit 6349f34

Browse files
committed
add support for PHP 7.4
1 parent f7f3534 commit 6349f34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
php-version:
4848
- '7.2'
4949
- '7.3'
50+
- '7.4'
5051

5152
steps:
5253
-
@@ -109,6 +110,7 @@ jobs:
109110
php-version:
110111
- '7.2'
111112
- '7.3'
113+
- '7.4'
112114
composer-dependencies:
113115
- 'highest'
114116
- 'lowest'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "~7.2",
15-
"phing/phing": "~2.16",
15+
"phing/phing": "^2.16.3",
1616
"phpunit/phpunit": "^7.0.3"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)