Skip to content

Commit 7dda281

Browse files
committed
fix: remove psalm in phpunit actions
Signed-off-by: Julien Veyssier <[email protected]>
1 parent 20e9fcd commit 7dda281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
strategy:
7070
matrix:
71-
php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
71+
php-versions: ['8.4']
7272
server-versions: ${{ fromJson(needs.matrix.outputs.server-max) }}
7373
mariadb-versions: ['10.6', '11.4']
7474

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
strategy:
7070
matrix:
71-
php-versions: ${{ fromJson(needs.matrix.outputs.php-version) }}
71+
php-versions: ['8.4']
7272
server-versions: ${{ fromJson(needs.matrix.outputs.server-max) }}
7373

7474
name: PostgreSQL PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}

0 commit comments

Comments
 (0)