Skip to content

Commit

Permalink
Merge pull request #220 from Sebbo94BY/Update-tested-PHP-versions
Browse files Browse the repository at this point in the history
Update required PHP versions
  • Loading branch information
Sebbo94BY authored Jun 1, 2024
2 parents 09c0636 + be98f72 commit b6d88bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcsfixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
php_versions: [
'8.1', # PHP 8.2 is currently not (fully) supported by PHP-CS-Fixer
'8.3',
]
name: PHP ${{ matrix.php_versions }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
php_versions: [
'8.0',
'8.1',
'8.2',
'8.3',
]
name: PHP ${{ matrix.php_versions }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Speed up new development and reduce maintenance costs by using this nifty piece

**Requirements**

* PHP 8.0.x, 8.1.x or 8.2.x
* PHP 8.1.x, 8.2.x or 8.3.x,
* TeamSpeak Server - v3.4.0 (build >= 1536564584) or higher.

**Often used with...**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sort-packages": true
},
"require": {
"php": "^8.0",
"php": ">=8.1",
"ext-mbstring": "*",
"ext-json": "*",
"ext-ctype": "*",
Expand Down

0 comments on commit b6d88bb

Please sign in to comment.