Skip to content

Commit

Permalink
Adding support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Jul 15, 2024
1 parent bf37943 commit 60b03a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: php
docroot: ""
php_version: "8.2"
php_version: "8.3"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
Expand All @@ -13,7 +13,7 @@ provider: default
upload_dir: "media/files, media/images" # Specify the directories containing user-generated uploads
use_dns_when_possible: true
composer_version: "2"
webimage_extra_packages: [php8.2-imap]
webimage_extra_packages: [php8.3-imap]
hooks:
post-start:
# Fix line endings on Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
db-types: ['mysql', 'mariadb']

name: PHPUnit ${{ matrix.php-versions }} ${{ matrix.db-types }}
Expand Down
2 changes: 1 addition & 1 deletion app/release_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "5.1.0",
"stability": "stable",
"minimum_php_version": "8.0.2",
"maximum_php_version": "8.2.99",
"maximum_php_version": "8.3.99",
"minimum_mysql_version": "5.7.14",
"minimum_mariadb_version": "10.2.7",
"show_php_version_warning_if_under": "8.0.2",
Expand Down

0 comments on commit 60b03a6

Please sign in to comment.