Skip to content

Commit

Permalink
Development php.ini in tests and SA
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 6, 2023
1 parent b13ce59 commit 13da0e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
ini-file: development
extensions: mbstring

- name: "Install dependencies"
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
ini-file: development
extensions: mbstring

- name: "Downgrade PHPUnit"
Expand Down Expand Up @@ -117,6 +119,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
ini-file: development
extensions: mbstring

- name: "Install dependencies"
Expand Down Expand Up @@ -158,6 +161,7 @@ jobs:
with:
coverage: "none"
php-version: "8.1"
ini-file: development

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
tools: pecl
extensions: ds,mbstring
ini-file: development
ini-values: memory_limit=2G

- name: "Install dependencies"
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
tools: pecl
extensions: ds,mbstring
ini-file: development
ini-values: memory_limit=2G

- name: "Tests"
Expand All @@ -119,6 +121,7 @@ jobs:
php-version: "8.1"
tools: pecl
extensions: ds,mbstring
ini-file: development
ini-values: memory_limit=1G

- name: "Install dependencies"
Expand All @@ -143,6 +146,7 @@ jobs:
php-version: "8.1"
tools: pecl
extensions: ds,mbstring
ini-file: development
ini-values: memory_limit=1G

- name: "Install dependencies"
Expand Down Expand Up @@ -174,6 +178,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
tools: pecl
extensions: ds,mbstring
ini-file: development
ini-values: memory_limit=2G

- name: "Install dependencies"
Expand Down Expand Up @@ -210,6 +215,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
tools: pecl
extensions: ds,mbstring
ini-file: development
ini-values: memory_limit=2G

- name: "Downgrade PHPUnit"
Expand Down

0 comments on commit 13da0e7

Please sign in to comment.