Skip to content

Commit

Permalink
"Fix indentation in CI workflow configuration file
Browse files Browse the repository at this point in the history
Corrected indentation in the PHP setup block of the CI workflow. This ensures proper YAML formatting and avoids potential parsing issues."
  • Loading branch information
koriym committed Jan 3, 2025
1 parent 89aaf79 commit c82c27a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
ini-values: |
zend.assertions=1
memory_limit=512M
opcache.jit=0
opcache.jit_buffer_size=0
opcache.enable=0
opcache.enable_cli=0
extensions: |
pdo
pdo_mysql
pdo_sqlite
ini-values: |
zend.assertions=1
memory_limit=512M
opcache.jit=0
opcache.jit_buffer_size=0
opcache.enable=0
opcache.enable_cli=0
extensions: |
pdo
pdo_mysql
pdo_sqlite
# Setup Composer cache for faster dependency installation
- name: Get composer cache directory
Expand Down

0 comments on commit c82c27a

Please sign in to comment.