Skip to content

Commit

Permalink
Add tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Aug 13, 2024
1 parent 9b15395 commit 0fca75e
Showing 1 changed file with 2 additions and 2 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, xml, xmlwriter
extensions: none, curl, dom, mbstring, 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, curl, dom, mbstring, xml, xmlwriter
extensions: none, curl, dom, mbstring, tokenizer, xml, xmlwriter
coverage: none

- name: Show PHP modules
Expand Down

0 comments on commit 0fca75e

Please sign in to comment.