build: update php test versions matrix

This commit is contained in:
2025-11-22 03:39:45 +02:00
parent 56dc0049b8
commit 5f0317b153
2 changed files with 2 additions and 2 deletions

View File

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

View File

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