From daa9f8b208253432f235dd2d448d3541a739ad43 Mon Sep 17 00:00:00 2001 From: jastraat Date: Wed, 5 Apr 2023 13:34:46 -0500 Subject: [PATCH] Uncomment D10 matrix tests --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7f1f1a973..bd0d049948 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -251,11 +251,11 @@ workflows: parameters: dkan_recommended_branch: [ '9.5.x-dev'] php_version: [ '8.0' ] -# - phpunit: -# matrix: -# parameters: -# dkan_recommended_branch: [ '10.0.x-dev'] -# php_version: [ '8.1' ] + - phpunit: + matrix: + parameters: + dkan_recommended_branch: [ '10.0.x-dev'] + php_version: [ '8.1' ] upgrade_and_test: jobs: - cypress: