Skip to content

Commit

Permalink
Merge pull request #68 from localgovdrupal/4.x
Browse files Browse the repository at this point in the history
4.0.0-beta5 release
  • Loading branch information
finnlewis authored Sep 10, 2024
2 parents 2e48e46 + f608954 commit 0fc9a94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
pull_request:
branches:
- '4.x'
schedule:
- cron: '0 6 * * *'
workflow_dispatch:

env:
Expand All @@ -32,6 +34,7 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand Down Expand Up @@ -94,8 +97,7 @@ jobs:
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand All @@ -118,7 +120,7 @@ jobs:
./bin/phpcs -p ${LOCALGOV_DRUPAL_PROJECT_PATH}
phpstan:
name: Deprecated code checks
name: Static analysis checks
needs: build
runs-on: ubuntu-latest

Expand All @@ -130,8 +132,7 @@ jobs:
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand Down Expand Up @@ -167,6 +168,7 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand All @@ -185,7 +187,7 @@ jobs:
localgov-build-${{ matrix.localgov-version }}-${{ matrix.drupal-version }}-${{ matrix.php-version }}-
- name: Start Docker environment
run: docker-compose -f docker-compose.yml up -d
run: docker compose -f docker-compose.yml up -d

- name: Run PHPUnit tests
run: |
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
},
"require-dev": {
"brianium/paratest": "^6.3",
"drupal/core-dev": "^10.0",
"mglaman/phpstan-drupal": "^1.1",
"phpspec/prophecy-phpunit": "^2",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1.0"
"drupal/core-dev": "^10.0"
},
"conflict": {
"drupal/drupal": "*"
Expand Down

0 comments on commit 0fc9a94

Please sign in to comment.