Skip to content

Commit

Permalink
Fix mysql paramaters
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Jan 28, 2025
1 parent d1eb2e4 commit da6d4ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands:
type: string
database_version:
description: 'Database version for DDev to use.'
default: 'mysql:5.7'
default: '5.7'
type: string
addon_branch:
description: 'Repo branch name for the DKAN DDev add-on you want to test against.'
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
type: string
database_version:
description: 'Database version for DDev to use.'
default: 'mysql:5.7'
default: '5.7'
type: string
dkan_recommended_branch:
description: 'Branch of getdkan/recommended-project to use.'
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
type: string
database_version:
description: 'Database version for DDev to use.'
default: 'mysql:5.7'
default: '5.7'
type: string
dkan_recommended_branch:
description: 'Branch of getdkan/recommended-project to use.'
Expand Down Expand Up @@ -264,7 +264,7 @@ workflows:
parameters:
dkan_recommended_branch: [ '11.0.x-dev']
php_version: [ '8.3' ]
database_version: [ 'mysql:8.0' ]
database_version: [ '8.0' ]
- phpunit:
matrix:
parameters:
Expand Down

0 comments on commit da6d4ab

Please sign in to comment.