Skip to content

Commit 7a33d76

Browse files
lSimulmibk
authored andcommitted
Require only supported versions of PHP
1 parent 8b7c1eb commit 7a33d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
10+
php: ['7.4', '8.0', '8.1']
1111

1212
fail-fast: false
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^7.1 || ^8.0",
21+
"php": "^7.4 || ^8.0",
2222
"tharos/leanmapper": ">=3.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)