mirror of
https://github.com/danog/parser.git
synced 2024-11-26 11:54:59 +01:00
Install PHP
This commit is contained in:
parent
db04493988
commit
3d693ae017
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: install php
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 8.1
|
||||
|
||||
- name: cache
|
||||
id: cache
|
||||
uses: actions/cache@v3
|
||||
|
Loading…
Reference in New Issue
Block a user