Skip to content

Commit

Permalink
Uncomment D10 matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jastraat committed Apr 10, 2023
1 parent 47bc5af commit daa9f8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit daa9f8b

Please sign in to comment.