Skip to content

Commit

Permalink
fix: correct matrix name reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Aug 2, 2024
1 parent 49579f0 commit e771fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
arch: [amd64, arm64]
exclude:
- arch: arm64
php: '7.2'
php-version: '7.2'
- arch: arm64
php: '7.3'
php-version: '7.3'
- arch: arm64
php: '7.4'
php-version: '7.4'
with:
INITCONTAINER_LANGUAGE: php
INITCONTAINER_BUILD_ARGS: ${{ matrix.libc }}
Expand Down

0 comments on commit e771fdf

Please sign in to comment.