Skip to content

Commit

Permalink
Drop PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Sep 20, 2023
1 parent 2bf3168 commit 38a5162
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.1', '8.2']
name: Tests (PHP ${{ matrix.php }})
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An implementation of the Minecraft: Bedrock Edition protocol in PHP",
"type": "library",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"netresearch/jsonmapper": "^4.0",
"pocketmine/binaryutils": "^0.2.0",
Expand Down

0 comments on commit 38a5162

Please sign in to comment.