Skip to content

Commit 264a519

Browse files
committed
Up to php >=7.3
1 parent 0791026 commit 264a519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['7.2', '7.3', '7.4', '8.0']
10+
php-versions: ['7.3', '7.4', '8.0']
1111
steps:
1212
- uses: actions/checkout@v2
1313

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=7.2"
19+
"php": ">=7.3"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)