Skip to content

Commit

Permalink
fix matrix keys
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Oct 30, 2024
1 parent f0b4022 commit 95fc254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev", "11.0.x"]
exclude:
- drupal-version: "11.0.x"
php-versions: "8.1"
php-version: "8.1"
- drupal-version: "11.0.x"
php-versions: "8.2"
php-version: "8.2"
steps:
- uses: 'actions/checkout@v4'

Expand Down

0 comments on commit 95fc254

Please sign in to comment.