Skip to content

Commit

Permalink
Update official support to PHP 8.3 (backdrop-contrib#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkshire-pudding authored and bugfolder committed Sep 7, 2024
1 parent 19b02d4 commit 4f4e825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bee
recipe: backdrop
keys: false
config:
php: 8.2
php: 8.3
webroot: backdrop
database: mysql
# Need to disable bee so can use the version in the repo.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ database operations (i.e. `db-export`, `db-import`, `db-drop`, `sql` but NOT

### PHP
![Static Badge](https://img.shields.io/badge/php%20compatibility-555555?logo=php&logoColor=white&style=flat-square)
![Static Badge](https://img.shields.io/badge/8.3-blue?style=flat-square)
![Static Badge](https://img.shields.io/badge/8.2-blue?style=flat-square)
![Static Badge](https://img.shields.io/badge/8.1-blue?style=flat-square)
![Static Badge](https://img.shields.io/badge/8.0-blue?style=flat-square)
![Static Badge](https://img.shields.io/badge/7.4-blue?style=flat-square)

- Bee is tested and works from `7.4` up to `8.2`. It may work on `8.3`; if you
try and find errors, please report in the issue queue.
- Bee is tested and works from `7.4` up to `8.3`.

## Installation

Expand Down

0 comments on commit 4f4e825

Please sign in to comment.