Skip to content

Commit ec62ab9

Browse files
authored
[1.x] Require php 8.1 (#419)
* chore(deps): require php 8.1 * fix(ci): use php 8.1
1 parent 487cc34 commit ec62ab9

File tree

3 files changed

+817
-720
lines changed

3 files changed

+817
-720
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
10-
php-version: [ 8.0, 8.3 ]
10+
php-version: [ 8.1, 8.3 ]
1111
steps:
1212

1313
# --------- Setup steps ---------

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=8.0",
20+
"php": ">=8.1",
2121
"ext-json": "*",
2222
"ext-openssl": "*",
2323
"imdhemy/appstore-iap": "^1.6",
@@ -63,7 +63,7 @@
6363
"sort-packages": true,
6464
"allow-plugins": {},
6565
"platform": {
66-
"php": "8.0"
66+
"php": "8.1"
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)