Skip to content

Commit

Permalink
Merge pull request #419 from localgovdrupal/feature/test-against-4.x
Browse files Browse the repository at this point in the history
Update localgov_microsites.yml
  • Loading branch information
finnlewis committed Apr 9, 2024
2 parents c61c6b1 + 65d7a9f commit 102266f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Test LocalGov Microsites localgovdrupal/localgov_microsites drupal-profile
on:
push:
branches:
- '3.x'
- '4.x'
pull_request:
branches:
- '3.x'
- '4.x'

env:
LOCALGOV_DRUPAL_PROJECT: localgovdrupal/localgov_microsites
Expand All @@ -25,11 +25,12 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -108,11 +109,12 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -143,11 +145,12 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -177,11 +180,12 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down

0 comments on commit 102266f

Please sign in to comment.