mirror of https://github.com/kcal-app/kcal.git
Update CI actions
This commit is contained in:
parent
7b3b5a9617
commit
4231b2746e
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
mysql root password: root
|
||||
- uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
php-version: '8.2'
|
||||
coverage: xdebug
|
||||
- name: Configure sysctl limits for Elasticsearch
|
||||
run: |
|
||||
|
|
@ -27,13 +27,13 @@ jobs:
|
|||
- name: Run Elasticsearch
|
||||
uses: elastic/elastic-github-actions/elasticsearch@master
|
||||
with:
|
||||
stack-version: '7.12.0'
|
||||
- uses: actions/checkout@v2
|
||||
stack-version: '7.14.1'
|
||||
- uses: actions/checkout@v4
|
||||
- name: Get composer cache directory
|
||||
id: composer-cache
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue