Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
php-cs-fixer:
name: PHP-CS-Fixer

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Checkout
Expand All @@ -45,7 +45,7 @@ jobs:
composer:
name: Composer

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Checkout
Expand All @@ -66,7 +66,7 @@ jobs:
yaml-files:
name: YAML files

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Checkout
Expand All @@ -81,7 +81,7 @@ jobs:
xml-files:
name: XML files

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
phpstan:
name: PHPStan

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Checkout
Expand All @@ -45,7 +45,7 @@ jobs:
psalm:
name: Psalm

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Checkout code
Expand All @@ -70,7 +70,7 @@ jobs:
rector:
name: Rector

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
stale:
runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

steps:
- name: Close stale issues and pull requests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test-mysql:
name: PHP ${{ matrix.php-version }} + MySQL + highest

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

continue-on-error: false

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
test-postgres:
name: PHP ${{ matrix.php-version }} + PostgreSQL + highest

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

continue-on-error: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}

runs-on: ubuntu-latest
runs-on: [ 'lendable-medium-dind-x64-linux' ]

continue-on-error: ${{ matrix.allowed-to-fail }}

Expand Down