Skip to content

Commit

Permalink
Update test matrix to target PHP 8.3, Drupal 10.3 (#4362)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder authored Dec 19, 2024
1 parent b5dbac6 commit ed05888
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

cypress:
machine:
image: default
image: ubuntu-2204:current
parallelism: 4
parameters:
php_version:
Expand Down Expand Up @@ -230,39 +230,34 @@ workflows:
jobs:
- cypress:
name: install_test_cypress
dkan_recommended_branch: '10.2.x-dev'
dkan_recommended_branch: '10.3.x-dev'
- phpunit:
name: 'Install target (Drupal 10.2, PHP 8.3)'
name: 'Install target (Drupal 10.3, PHP 8.3)'
report_coverage: true
matrix:
parameters:
dkan_recommended_branch: ['10.2.x-dev']
dkan_recommended_branch: ['10.3.x-dev']
php_version: [ '8.3' ]
- phpunit:
matrix:
parameters:
dkan_recommended_branch: [ '10.3.x-dev']
php_version: [ '8.3' ]
- phpunit:
matrix:
parameters:
dkan_recommended_branch: [ '10.2.x-dev']
php_version: [ '8.1', '8.2' ]
- phpunit:
matrix:
parameters:
dkan_recommended_branch: [ '10.1.x-dev']
php_version: [ '8.2' ]
dkan_recommended_branch: [ '10.2.x-dev']
php_version: [ '8.2', '8.3' ]
upgrade_and_test:
jobs:
- cypress:
name: upgrade_test_cypress
upgrade: true
dkan_recommended_branch: '10.2.x-dev'
- phpunit:
name: 'Upgrade target (Drupal 10.2, PHP 8.2)'
name: 'Upgrade target (Drupal 10.3, PHP 8.3)'
upgrade: true
matrix:
parameters:
dkan_recommended_branch: [ '10.2.x-dev']
php_version: [ '8.2' ]
dkan_recommended_branch: [ '10.3.x-dev']
php_version: [ '8.3' ]

0 comments on commit ed05888

Please sign in to comment.