mirror of https://github.com/kcal-app/kcal.git
Add PHP setup to CI workflow
This commit is contained in:
parent
01dbf6a089
commit
578c88faad
|
@ -4,6 +4,9 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
- uses: actions/checkout@v2
|
||||
- uses: php-actions/composer@v5
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in New Issue