Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11.0.0 #14

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
docroot/core
docroot/libraries
docroot/modules/contrib
key: 11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
key: 11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
restore-keys: |
11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
11.x-${{ hashFiles('composer.json') }}-
11.x-
11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
11.0-${{ hashFiles('composer.json') }}-
11.0-
- name: Run Unit Tests
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
Expand Down Expand Up @@ -81,11 +81,11 @@ jobs:
docroot/core
docroot/libraries
docroot/modules/contrib
key: 11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
key: 11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
restore-keys: |
11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
11.x-${{ hashFiles('composer.json') }}-
11.x-
11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
11.0-${{ hashFiles('composer.json') }}-
11.0-
- name: Run tests
run: |
rm -rf /var/www/html
Expand Down Expand Up @@ -142,11 +142,11 @@ jobs:
docroot/libraries
docroot/modules/contrib
docroot/modules/custom
key: 11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
key: 11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
restore-keys: |
11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
11.x-${{ hashFiles('composer.json') }}-
11.x-
11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
11.0-${{ hashFiles('composer.json') }}-
11.0-
- name: Install Site
run: |
rm -rf /var/www/html
Expand Down Expand Up @@ -189,11 +189,11 @@ jobs:
# docroot/core
# docroot/libraries
# docroot/modules/contrib
# key: 11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
# key: 11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
# restore-keys: |
# 11.x-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
# 11.x-${{ hashFiles('composer.json') }}-
# 11.x-
# 11.0-${{ hashFiles('composer.json') }}-${{ hashFiles('composer.lock') }}
# 11.0-${{ hashFiles('composer.json') }}-
# 11.0-
# - name: Deploy Artifact
# env:
# SSH_KEY: ${{secrets.SSH_KEY}}
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@
"drupal/mysql56": "^1.1",
"drupal/paranoia": "^1.9",
"drush/drush": "^11.6",
"su-sws/stanford_profile": "11.x-dev",
"su-sws/vpge_profile": "11.x-dev",
"su-sws/stanford_profile_helper": "9.x-dev as 9.3.4"
"su-sws/stanford_profile": "^11.0",
"su-sws/vpge_profile": "^11.0"
},
"require-dev": {
"acquia/blt-drupal-test": "^1.0",
Expand Down
Loading