Skip to content

Commit

Permalink
Merge pull request #65 from localgovdrupal/feature/4.x/update-workflo…
Browse files Browse the repository at this point in the history
…w-file

ci: update workflow file
  • Loading branch information
finnlewis authored Aug 19, 2024
2 parents 5f67ded + 3d01650 commit 51dc4aa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ jobs:
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:
Expand All @@ -122,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 @@ -134,8 +132,6 @@ jobs:
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:
Expand Down

0 comments on commit 51dc4aa

Please sign in to comment.