Skip to content

Commit

Permalink
Updated Github workflow to test against 4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Mar 26, 2024
1 parent 7ba1142 commit 64af1cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 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_project projec
on:
push:
branches:
- '3.x'
- '4.x'
pull_request:
branches:
- '3.x'
- '4.x'

env:
LOCALGOV_DRUPAL_PROJECT: localgovdrupal/localgov_microsites_project
Expand All @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
fail-fast: false
matrix:
localgov-version:
- '3.x'
- '4.x'
drupal-version:
- '~10.0'
php-version:
Expand Down

0 comments on commit 64af1cf

Please sign in to comment.