mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 04:04:51 +02:00
ci fixes
This commit is contained in:
parent
cbff3d0764
commit
a77140d48d
3 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.0', '8.4']
|
php-versions: ['8.2', '8.5']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
uses: https://github.com/shivammathur/setup-php@v2
|
uses: https://github.com/shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.2
|
php-version: 8.2
|
||||||
tools: composer:v1
|
tools: composer
|
||||||
coverage: none
|
coverage: none
|
||||||
extensions: inotify
|
extensions: inotify
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
uses: https://github.com/shivammathur/setup-php@v2
|
uses: https://github.com/shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.2
|
php-version: 8.2
|
||||||
tools: composer:v1
|
tools: composer
|
||||||
coverage: none
|
coverage: none
|
||||||
extensions: redis
|
extensions: redis
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: https://github.com/shivammathur/setup-php@v2
|
uses: https://github.com/shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.2
|
php-version: 8.2
|
||||||
tools: composer:v1
|
tools: composer
|
||||||
coverage: none
|
coverage: none
|
||||||
extensions: redis
|
extensions: redis
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue