Skip to content

Commit 5adca22

Browse files
committed
Merge branch 'L0RD-ZER0-develop' into develop
2 parents ebe0496 + b4bd92c commit 5adca22

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
95+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
9696
steps:
9797
- name: Check out source code
9898
uses: actions/checkout@v3

img-versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"easyengine/php8.2": "v4.9.1",
1616
"easyengine/php8.3": "v4.9.1",
1717
"easyengine/php8.4": "v4.9.1",
18+
"easyengine/php8.5": "v4.10.0",
1819
"easyengine/postfix": "v4.8.1",
1920
"easyengine/redis": "v4.9.1",
2021
"easyengine/newrelic-daemon": "v4.9.0"

php/EE/Migration/Containers.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public static function start_container_migration() {
3939
'easyengine/php8.2',
4040
'easyengine/php8.3',
4141
'easyengine/php8.4',
42+
'easyengine/php8.5',
4243
'easyengine/newrelic-daemon',
4344
];
4445

@@ -140,7 +141,7 @@ public static function update_docker_compose() {
140141
$fs = new Filesystem();
141142
if ( ! $fs->exists( EE_BACKUP_DIR ) ) {
142143
$fs->mkdir( EE_BACKUP_DIR );
143-
}
144+
}
144145
$fs->copy( $docker_compose_path, $docker_compose_backup_path );
145146

146147
EE::exec( "curl -L https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-$(uname -s)-$(uname -m) -o $docker_compose_new_path && chmod +x $docker_compose_new_path" );

0 commit comments

Comments
 (0)
SYSTEM_READY >> ...MS