From e9a1c62df0ad87218edaffed65d6b66187b9dcd5 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Thu, 22 May 2025 16:23:36 -0700 Subject: [PATCH] Test on php 8.4 --- .circleci/config.yml | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) 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"