build: update phpunit workflow min php version

This commit is contained in:
2025-11-22 03:29:08 +02:00
parent 4a9ae9bfc6
commit f73d902962

View File

@@ -32,8 +32,7 @@ jobs:
id: versions
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
with:
matrix: '{"mysql-versions": ["8.4"]}'
min-php: "8.1"
matrix: '{"mysql-versions": ["8.4"], "php-versions": ["8.1", "8.2", "8.3"]}'
changes:
runs-on: ubuntu-latest