8.2 and up

This commit is contained in:
Robin Appelman 2025-10-25 16:52:20 +02:00
commit b5cfe5d2ac
2 changed files with 5 additions and 7 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
extensions: apcu
- name: Composer
run: composer install
@ -34,7 +34,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
@ -133,7 +132,7 @@ jobs:
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
extensions: apcu, smbclient
coverage: pcov
- name: Composer
@ -189,13 +188,12 @@ jobs:
static-psalm-analysis:
runs-on: ubuntu-latest
name: Psalm static analysis
name: Psalm static analysis - PHP ${{ matrix.php-version }}
strategy:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"