Skip to content

Commit d89c37b

Browse files
Sander van der Vlugtsvandervlugt
authored andcommitted
Drop PHP 7 support
1 parent 8f396ac commit d89c37b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-versions: ['7.3', '7.4', '8.0']
15+
php-versions: ['8.0', '8.1', '8.2']
1616
name: PHP ${{ matrix.php-versions }}
1717
steps:
1818
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"minimum-stability": "stable",
77
"require": {
8-
"php": "^7.3|^8.0",
8+
"php": "^8.0",
99
"composer-plugin-api": "^2.0",
1010
"ext-bcmath": "*",
1111
"ext-json": "*",

0 commit comments

Comments
 (0)