Skip to content

Commit

Permalink
Fix for ioncube and sourceguardian not present
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr authored Jan 24, 2024
1 parent cecd893 commit 983b684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
strategy:
matrix:
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
php_variant: ["fpm-loaders"]
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
strategy:
matrix:
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
php_variant: ["fpm-loaders"]
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -126,6 +128,7 @@ jobs:
strategy:
matrix:
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
php_variant: ["fpm-loaders"]
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 983b684

Please sign in to comment.