Skip to content

Commit

Permalink
[Build] initial PM5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 26, 2023
1 parent be04a89 commit e4f2eb3
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 161 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
repository: NetherGamesMC/PharBuilder
token: ${{ secrets.ng_token }}
path: PharBuilder
ref: pm5
- name: Download PHP Release
uses: dsaltares/fetch-gh-release-asset@1.1.0
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 @@ -16,7 +16,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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"php": "^8.0",
"ext-pthreads": "*",
"ext-sockets": "*",
"nethergamesmc/libproxy": "dev-master"
"nethergamesmc/libproxy": "dev-pm5"
},
"require-dev": {
"phpstan/phpstan": "1.10.8",
"pocketmine/pocketmine-mp": "^4.0.0"
"pocketmine/pocketmine-mp": "^5.0.0"
},
"repositories": [
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libproxy.git" }
Expand Down
Loading

0 comments on commit e4f2eb3

Please sign in to comment.