Skip to content

Commit

Permalink
hmm, attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 28, 2024
1 parent 2ad265a commit 0548571
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ master ]

jobs:
matrix:
matrix:
name: "PHP"
runs-on: ubuntu-20.04
strategy:
Expand All @@ -18,6 +18,7 @@ jobs:
ZTS: "yes"
env:
PHP: $ {{ matrix.PHP }}
TEST_PHP_EXECUTABLE: $ {{ matrix.PHP }}
GITHUB: "yes"
enable_debug: "yes"
enable_maintainer_zts: $ {{ matrix.ZTS }}
Expand Down Expand Up @@ -46,4 +47,4 @@ jobs:
make
- name: Test
run: |
make test
make test

0 comments on commit 0548571

Please sign in to comment.