Improve Actions #27
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
name: Run PHP Code Checker
|
||||
name: PHP Code Checker
|
||||
env:
|
||||
extensions: mysql
|
||||
key: cache-v1
|
||||
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
uses: https://code.forgejo.org/actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
./vendor/install
|
||||
./vendor/
|
||||
key: cache-composer-phpunit-1
|
||||
|
||||
- name: Setup PHP
|
||||
|
|
Loading…
Reference in a new issue