Skip to content

Commit 0b221a3

Browse files
committed
drop php 7.2
1 parent 79f7b54 commit 0b221a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-version: ['7.2', '7.3', '7.4', '8.0']
11+
php-version: ['7.3', '7.4', '8.0']
1212
os: [ubuntu-latest, macos-latest]
1313
steps:
1414
- uses: actions/checkout@master

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2"
12+
"php": ">=7.3"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)