Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 2372bc6

Browse files
committed
Bumped min required PHP version
1 parent 06d127f commit 2372bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
2626
with:
27-
php-version: '5.6'
27+
php-version: '7.0'
2828
tools: composer:v1
2929
- name: Install composer deps
3030
run: composer update ${{ matrix.composer }} -n

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"require": {
24-
"php": ">= 5.6",
24+
"php": ">= 7.0",
2525
"psr/http-message": "^1.0",
2626
"behat/transliterator": "^1.2",
2727
"psr/log": "^1.0"

0 commit comments

Comments
 (0)