Skip to content

Commit

Permalink
⬆️ Upgrade to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 2, 2024
1 parent 1fb4719 commit f7e6e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
php: [8.2, 8.3]
dependencies: [lowest, highest]
experimental: [false]
name: 🧪 Test PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PHP development, debugging, testing and automation tools.

## 📋 Requirements

> - **Requires [PHP 8.1+](https://php.net/releases/)** (at least 8.1.19 recommended to avoid potential bugs).
> - **Requires [PHP 8.2+](https://php.net/releases/)** (at least 8.2.14 recommended to avoid potential bugs).
> - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.
## ⚡️ Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"chat": "https://github.com/orgs/sikessem/discussions"
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"mockery/mockery": "^1.6",
Expand Down

0 comments on commit f7e6e54

Please sign in to comment.