Skip to content

Commit

Permalink
Update virions for PHP 8.1 & bump phpstan action to 4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aericio committed May 23, 2023
1 parent a8f6359 commit 469b652
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
run: mkdir vendor
- name: Download Virion Dependencies
run: |
wget -O vendor/FormAPI.phar https://poggit.pmmp.io/r/163460/FormAPI_dev-2.phar
wget -O vendor/libFormAPI.phar https://poggit.pmmp.io/r/207248/libFormAPI_dev-4.phar
wget -O vendor/Commando.phar https://poggit.pmmp.io/r/162923/Commando_dev-30.phar
wget -O vendor/libPiggyUpdateChecker.phar https://poggit.pmmp.io/r/163495/libPiggyUpdateChecker_dev-1.phar
- name: Run PHPStan
uses: paroxity/pmmp-phpstan-action@4.2.0
uses: paroxity/pmmp-phpstan-action@4.21.0
with:
phpstan-config: phpstan.neon.dist
4 changes: 2 additions & 2 deletions .poggit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ projects:
path: ""
icon: "resources/PCE_Icon.png"
libs:
- src: DaPigGuy/FormAPI-4.0.0/libFormAPI
version: ^2.1.0
- src: jojoe77777/FormAPI/libFormAPI
version: ^2.1.1
- src: Paroxity/Commando/Commando
version: ^3.0.0
- src: DaPigGuy/libPiggyUpdateChecker/libPiggyUpdateChecker
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
bootstrapFiles:
- phar:///pocketmine/PocketMine-MP.phar/vendor/autoload.php
scanDirectories:
- phar:///source/vendor/FormAPI.phar/src/
- phar:///source/vendor/libFormAPI.phar/src/
- phar:///source/vendor/Commando.phar/src/
- phar:///source/vendor/libPiggyUpdateChecker.phar/src/
excludePaths:
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PiggyCustomEnchants
main: DaPigGuy\PiggyCustomEnchants\PiggyCustomEnchants
version: 3.0.11
api: 4.2.0
api: 4.21.0
load: POSTWORLD
author: DaPigGuy
website: "https://github.com/DaPigGuy/PiggyCustomEnchants/"
Expand Down

0 comments on commit 469b652

Please sign in to comment.