php versions

This commit is contained in:
Robin Appelman 2021-03-02 21:39:25 +01:00
commit ddb75bd390

View file

@ -44,6 +44,10 @@ jobs:
backend: backend:
- smbclient - smbclient
- libsmbclient - libsmbclient
php-version:
- "7.3"
- "7.4"
- "8.0"
services: services:
samba: samba:
@ -63,7 +67,7 @@ jobs:
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.0' php-version: "${{ matrix.php-version }}"
extensions: apcu, smbclient extensions: apcu, smbclient
coverage: pcov coverage: pcov
- name: Composer - name: Composer