Skip to content

Commit b940dfe

Browse files
committed
drop php 8.2
1 parent 2e7abda commit b940dfe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/phpci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-versions:
18-
- '8.2'
1918
- '8.3'
2019
- '8.4'
2120

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55
},
66
"require": {
7-
"php" : ">=7.1",
7+
"php" : ">=8.3",
88
"ext-mbstring": "*",
99
"slim/slim": "^4.9",
1010
"slim/psr7": "^1.5",

0 commit comments

Comments
 (0)