Skip to content

Commit 3c398cb

Browse files
committed
add support for PHP 7.4
1 parent 80b743d commit 3c398cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
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'

0 commit comments

Comments
 (0)