Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 8, 2024
1 parent b6ff9ee commit b86c672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
name: "Continuous Integration"

env:
PHP_EXTENSIONS: none
PHP_EXTENSIONS: ""
PHP_INI_VALUES: memory_limit=-1, error_reporting=-1, display_errors=On

jobs:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
ini-values: ${{ env.PHP_INI_VALUES }}
coverage: none

- name: "Update dependencies with composer"
- name: "Install dependencies with composer"
uses: ramsey/composer-install@v3

- name: "Run phan"
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
extensions: ${{ env.PHP_EXTENSIONS }}
extensions: simplexml, ${{ env.PHP_EXTENSIONS }}
ini-values: ${{ env.PHP_INI_VALUES }}
coverage: none
tools: phpDocumentor
Expand Down

0 comments on commit b86c672

Please sign in to comment.