Skip to content

Commit

Permalink
Add opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Aug 13, 2024
1 parent b4bd091 commit 1d4734d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: none, curl, dom, mbstring, simplexml, tokenizer, xml, xmlwriter
extensions: none, curl, dom, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
coverage: none

- name: Install dependencies
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, curl, dom, json, mbstring, tokenizer, xml, xmlwriter
extensions: none, ctype, curl, dom, json, mbstring, opcache, tokenizer, xml, xmlwriter
coverage: none

- name: Show PHP modules
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@composer --working-dir=.dev-tools fix"
],
"install-dev-tools": [
"@composer --working-dir=.dev-tools install"
"@composer --working-dir=.dev-tools --quiet install"
],
"test": [
"phpunit"
Expand Down

0 comments on commit 1d4734d

Please sign in to comment.