Add testing wtih SQLite 3.45
4 unresolved threads
4 unresolved threads
Closes #3420972
Merge request reports
Activity
18 18 - runner_system_failure 19 19 - scheduler_failure 20 20 image: 21 name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache:production 21 name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache-ubuntu:dev changed this line in version 2 of the diff
73 73 - runner_system_failure 74 74 - scheduler_failure 75 75 image: 76 name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache:production 76 name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache-ubuntu:dev changed this line in version 2 of the diff
130 130 'DEFAULT: PHP 8.2 MySQL 8': 131 131 <<: *default-stage 132 132 variables: 133 _TARGET_PHP: "8.2" 134 _TARGET_DB: "mysql-8" 133 _TARGET_PHP: "8.3" 134 _TARGET_DB: "sqlite-3" changed this line in version 2 of the diff
added 3 commits
-
cc795b14...6d9a73fe - 2 commits from branch
project:11.x
- c376a4c1 - WIP: Add testing wtih SQLite 3.45 #3346338
-
cc795b14...6d9a73fe - 2 commits from branch
210 210 _TARGET_PHP: "8.3" 211 211 _TARGET_DB: "sqlite-3" 212 212 213 'PHP 8.3 SQLite 3.45': 214 <<: [ *default-stage, *run-on-mr ] 215 variables: 216 _TARGET_PHP: "8.3-ubuntu" As suggested in the slack thread, the php image could be called
8.3-sqlite3.45
instead.I suggest having 3 images in this case:
-
8.3
(this already exists) - important for PHP version but can't guarantee a sqlite version. 8.3-sqlite3.45
-
8.3-sqlite3.26
(this might even be a clone of8.3
but we are making the version explicit)
I've mentioned this in https://www.drupal.org/project/drupalci_environments/issues/3419616#comment-15441047
Edited by Fran Garcia-Linares-
added 524 commits
-
79c3724e...86b89313 - 523 commits from branch
project:11.x
- ac7d98e5 - Add testing wtih SQLite 3.45 #3346338
-
79c3724e...86b89313 - 523 commits from branch
Please register or sign in to reply