Skip to content

Commit

Permalink
Allow phar NO_CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spl1nes authored Oct 19, 2022
1 parent 9280938 commit 9f936b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, zip, dom
ini-values: opcache.jit_buffer_size=256M, opcache.jit=1235, pcre.jit=1
ini-values: opcache.jit_buffer_size=256M, opcache.jit=1235, pcre.jit=1, phar.readonly=0, phar.require_hash=0
- name: Build
run: |
cd ..
Expand Down

0 comments on commit 9f936b8

Please sign in to comment.