diff --git a/.circleci/config.yml b/.circleci/config.yml index ff5cfd5016..d2bf261067 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,23 +9,16 @@ defaults: &defaults version: 2.1 executors: - linux82: - docker: - - image: wodby/php:8.2 - environment: - - MYSQL_HOST=127.0.0.1 - - UNISH_DB_URL=mysql://root:@127.0.0.1 - - image: circleci/mysql:5.7.31 - linux81: + linux84: docker: - - image: wodby/php:8.1 + - image: wodby/php:8.4 environment: - MYSQL_HOST=127.0.0.1 - UNISH_DB_URL=mysql://root:@127.0.0.1 - image: circleci/mysql:5.7.31 - linux80: + linux82: docker: - - image: wodby/php:8.0 + - image: wodby/php:8.2 environment: - MYSQL_HOST=127.0.0.1 - UNISH_DB_URL=mysql://root:@127.0.0.1 @@ -89,13 +82,13 @@ workflows: drupal: "8.9.20" os: linux74 - test: - name: test-drupal-7-php-8.2 + name: test-drupal-7-php-8.4 drupal: "7" - os: linux82 + os: linux84 - test: - name: test-drupal-7-php-8.1 + name: test-drupal-7-php-8.2 drupal: "7" - os: linux81 + os: linux82 - test: name: test-drupal-7-php-7.4 drupal: "7"