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: