Skip to content

Commit 36a6684

Browse files
committed
Set minimum to PHP 7.2
1 parent ae36992 commit 36a6684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
strategy:
1212
matrix:
1313
operating-system: [ubuntu-latest]
14-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
14+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1515

1616
runs-on: ${{ matrix.operating-system }}
1717

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1|^8.0"
18+
"php": "^7.2|^8.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "~5|~9"

0 commit comments

Comments
 (0)