Skip to content

Commit 4406192

Browse files
Roelof Roosgrogy
Roelof Roos
authored andcommitted
Added tokenizer to setup-php on tests
1 parent b4a0289 commit 4406192

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
- name: Setup PHP
3737
uses: shivammathur/setup-php@v2
3838
with:
39-
php-version: '8.0'
40-
extensions: json
41-
coverage: none
39+
php-version: 5.4
40+
extensions: json, tokenizer
4241

4342
- name: Checkout code
4443
uses: actions/checkout@v2

0 commit comments

Comments
 (0)