Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Dec 27, 2024
1 parent f988d46 commit 0201799
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: "none"
ini-values: "opcache.enable=1, opcache.enable_cli=1, opcache.jit=1205, opcache.jit_buffer_size=128M, error_reporting=E_ALL, display_errors=On"
ini-values: "opcache.enable=1, opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=128M, error_reporting=E_ALL, display_errors=On"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
os: ubuntu-22.04
tools:
python: "3"
nodejs: "16"
nodejs: "20"
# You can also specify other tool versions:
# rust: "1.55"
# golang: "1.17"
Expand Down
Loading

0 comments on commit 0201799

Please sign in to comment.