mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +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
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
|
- name: install php
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: 8.1
|
||||||
|
|
||||||
- name: cache
|
- name: cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user