mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
php versions
This commit is contained in:
parent
b45a13d365
commit
ddb75bd390
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -44,6 +44,10 @@ jobs:
|
|||
backend:
|
||||
- smbclient
|
||||
- libsmbclient
|
||||
php-version:
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
|
||||
services:
|
||||
samba:
|
||||
|
|
@ -63,7 +67,7 @@ jobs:
|
|||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
php-version: "${{ matrix.php-version }}"
|
||||
extensions: apcu, smbclient
|
||||
coverage: pcov
|
||||
- name: Composer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue