Skip to content

Commit e69514e

Browse files
author
Stephan Wentz
committed
fix: Raise minimum php version to 8.3
1 parent cfb3b28 commit e69514e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
matrix:
1919
dependencies: ["lowest", "highest"]
2020
php-version:
21-
- "8.2"
2221
- "8.3"
2322
- "8.4"
2423

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.2",
14+
"php": "^8.3",
1515
"ext-date": "*",
1616
"psr/clock": "^1.0"
1717
},

0 commit comments

Comments
 (0)