Skip to content

Commit

Permalink
Update github workflow to test against microsites 4.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnlewis committed Apr 25, 2024
1 parent 3b4ea01 commit 3cea1ad
Showing 1 changed file with 28 additions and 36 deletions.
64 changes: 28 additions & 36 deletions .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- profile-version: '2.1.x'
project-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- profile-version: '3.x'
project-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
profile-version:
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -107,15 +105,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- profile-version: '2.1.x'
project-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- profile-version: '3.x'
project-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
profile-version:
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -145,15 +141,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- profile-version: '2.1.x'
project-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- profile-version: '3.x'
project-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
profile-version:
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -182,15 +176,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- profile-version: '2.1.x'
project-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- profile-version: '3.x'
project-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
profile-version:
- '4.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down

0 comments on commit 3cea1ad

Please sign in to comment.