Skip to content

Commit

Permalink
[Build] Support for PM5
Browse files Browse the repository at this point in the history
  • Loading branch information
larryTheCoder committed Jul 23, 2023
1 parent b06c33f commit 16bbd39
Show file tree
Hide file tree
Showing 9 changed files with 1,417 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
file: Linux.zip
repo: NetherGamesMC/php-build-scripts
version: "tags/8.1"
version: "tags/8.2-pm5"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack PHP Release
run: unzip Linux.zip && tar -xzvf PHP_Linux-x86_64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
file: Linux.zip
repo: NetherGamesMC/php-build-scripts
version: "tags/8.1"
version: "tags/8.2-pm5"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack PHP Release
run: unzip Linux.zip && tar -xzvf PHP_Linux-x86_64.tar.gz
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^8.0"
"php": "^8.1",
"ext-vanillagenerator": "^2.1.1"
},
"require-dev": {
"phpstan/phpstan": "1.2.0"
"phpstan/phpstan": "1.2.0",
"pocketmine/pocketmine-mp": "^5.3.1"
},
"minimum-stability": "dev"
}
Loading

0 comments on commit 16bbd39

Please sign in to comment.