Skip to content

Commit

Permalink
Show deprecations in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 7, 2023
1 parent e39ffe1 commit 50a9a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
ini-file: development

- name: "Validate Composer"
run: "composer validate"
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
with:
coverage: "none"
php-version: "8.0"
ini-file: development

- name: "Validate Composer"
run: "composer validate"
Expand Down Expand Up @@ -101,6 +103,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
ini-file: development

- name: "Downgrade PHPUnit"
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
Expand Down Expand Up @@ -141,6 +144,7 @@ jobs:
coverage: "none"
php-version: "${{ matrix.php-version }}"
extensions: mbstring
ini-file: development
tools: composer:v2

- name: "Downgrade PHPUnit"
Expand Down

0 comments on commit 50a9a76

Please sign in to comment.