Skip to content

Commit 8e35bc6

Browse files
authored
Require PHP 8.1 (#58)
1 parent 452546a commit 8e35bc6

File tree

3 files changed

+155
-145
lines changed

3 files changed

+155
-145
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
php-version:
101-
- "8.0"
102101
- "8.1"
103102
- "8.2"
104103
env:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Imagick"
2929
],
3030
"require": {
31-
"php": "^8.0",
31+
"php": "^8.1",
3232
"ext-fileinfo": "*",
3333
"neitanod/forceutf8": "^2.0.4",
3434
"php-ffmpeg/php-ffmpeg": "^1.0",
@@ -73,7 +73,7 @@
7373
},
7474
"config": {
7575
"platform": {
76-
"php": "8.0.2"
76+
"php": "8.1"
7777
},
7878
"preferred-install": "dist",
7979
"sort-packages": true,

0 commit comments

Comments
 (0)