Skip to content

Commit

Permalink
Merge pull request #973 from usagov/dev
Browse files Browse the repository at this point in the history
Sprint 67 release candidate to STAGE 2
  • Loading branch information
rayestrada authored Sep 10, 2024
2 parents 22ef138 + e558562 commit 5c78434
Show file tree
Hide file tree
Showing 46 changed files with 774 additions and 453 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- project/web/themes/custom/votegov/dist
cypress:
docker:
- image: cypress/included:cypress-12.3.0-node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
- image: cypress-13.13.0-node-20.15.1-chrome-126.0.6478.114-1-ff-128.0-edge-126.0.2592.61-1
environment:
cypress_pipeline: 1
cypress_cloudgov_application_name: "${project}-drupal-${CIRCLE_BRANCH}"
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
source ./scripts/pipeline/downsync-restore.sh
php-lint:
docker:
- image: php:8.2-alpine
- image: php:8.3-alpine
steps:
- run:
name: "Install PHP dependencies"
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
snyk test --org=${SNYK_ORG} --severity-threshold=$THRESHOLD
link-validation:
docker:
- image: cypress/included:cypress-12.3.0-node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
- image: cypress-13.13.0-node-20.15.1-chrome-126.0.6478.114-1-ff-128.0-edge-126.0.2592.61-1
environment:
cypress_pipeline: 1
cypress_cloudgov_application_name: "${project}-drupal-${CIRCLE_BRANCH}"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"drupal/s3fs": "^3.1",
"drupal/samlauth": "^3.8",
"drupal/simple_sitemap": "^4.1",
"drupal/stage_file_proxy": "^3.1",
"drupal/svg_image": "^3.0",
"drupal/tome": "^1.8",
"drupal/translatable_menu_link_uri": "^2.0@dev",
Expand Down
Loading

0 comments on commit 5c78434

Please sign in to comment.