Skip to content

Commit 2745365

Browse files
imdhemyCopilot
andauthored
[chore] upgrade to php 8.3 (#209)
* wip * Update AppStoreJwsVerifier.php * Update ci.yml * Update ci.yml * wip * Update InvalidReceiptException.php * wip * Update ServerNotification.php * Update AppStoreJwsVerifier.php * Update makefile * wip * Update composer.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update composer.lock * wip --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 18ab984 commit 2745365

File tree

13 files changed

+235
-371
lines changed

13 files changed

+235
-371
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.1, 8.3 ]
10+
php-version: [ 8.3 ]
1111
steps:
1212

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-fpm
1+
FROM php:8.3-fpm
22

33
# Install dependencies
44
RUN apt-get update && apt-get install -y \

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=8.1",
12+
"php": ">=8.3",
1313
"ext-json": "*",
1414
"ext-openssl": "*",
1515
"ext-sodium": "*",
@@ -52,7 +52,7 @@
5252
"sort-packages": true,
5353
"allow-plugins": {},
5454
"platform": {
55-
"php": "8.1"
55+
"php": "8.3"
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)