Skip to content

Commit 802738a

Browse files
committed
add PHP 7.0 support
1 parent c0045ce commit 802738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
PHP_VERSION: [
1212
'4.4',
1313
'5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6',
14-
'7.1', '7.2', '7.3', '7.4',
14+
'7.0', '7.1', '7.2', '7.3', '7.4',
1515
'8.0', '8.0jit', '8.1', '8.1jit', '8.2', '8.2jit', '8.3', '8.3jit'
1616
]
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)