Skip to content

Commit

Permalink
Upgrade pocketmine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 authored Aug 6, 2024
1 parent 4048a21 commit ac4012c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
image: [ubuntu-20.04]
suittest: ["normal", "with_plugin", "no_test"]
php: ["8.1", "8.2", "8.3"]
pmmp: ["5.16.0"]
pmmp: ["5.17.0"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ composer/install: dev/composer.phar
$(PHP) $(COMPOSER) install

unittests:
export PHP_VERSION=8.2 && export PMMP_TAG=5.16.0 && make suitetest
export PHP_VERSION=8.2 && export PMMP_TAG=5.17.0 && make suitetest

suitetest:
$(eval CONTAINER_PREFIX := unittests-suite)
Expand Down

0 comments on commit ac4012c

Please sign in to comment.