Skip to content

Commit 7e6db25

Browse files
author
DKravtsov
committed
Php 8.3, Symfony 6.4, MySQL 8.2, updated composer dependencies.
1 parent 74cccac commit 7e6db25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4285
-3454
lines changed

.env

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ WEB_PORT_HTTP=80
2323
WEB_PORT_SSL=443
2424
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
2525
XDEBUG_CONFIG=main
26-
# MySQL version, recommend values: 8.1|8.0
27-
MYSQL_VERSION=8.1
26+
# Sometimes we need to use different xdebug versions, list of versions can be found here - https://pecl.php.net/package/xdebug
27+
XDEBUG_VERSION=3.3.1
28+
# MySQL version, recommend values: 8.2|8.1|8.0
29+
MYSQL_VERSION=8.2
2830
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
2931
INNODB_USE_NATIVE_AIO=1
3032
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# with:
6767
# ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
6868
# fetch-depth: 0 # a full history is required for pull request analysis
69-
# php-version: '8.2'
69+
# php-version: '8.3'
7070
# - name: 'Install dependencies'
7171
# run: COMPOSER_MEMORY_LIMIT=-1 composer install
7272
# - name: 'Download coverage data for Qodana'

.idea/codeception.xml

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/htdocs.iml

+39-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)