Skip to content

Commit

Permalink
[1.x] Require php 8.1 (#419)
Browse files Browse the repository at this point in the history
* chore(deps): require php 8.1

* fix(ci): use php 8.1
  • Loading branch information
imdhemy committed Jun 30, 2024
1 parent 487cc34 commit ec62ab9
Show file tree
Hide file tree
Showing 3 changed files with 817 additions and 720 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
php-version: [ 8.0, 8.3 ]
php-version: [ 8.1, 8.3 ]
steps:

# --------- Setup steps ---------
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-json": "*",
"ext-openssl": "*",
"imdhemy/appstore-iap": "^1.6",
Expand Down Expand Up @@ -63,7 +63,7 @@
"sort-packages": true,
"allow-plugins": {},
"platform": {
"php": "8.0"
"php": "8.1"
}
}
}
Loading

0 comments on commit ec62ab9

Please sign in to comment.