Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Jan 3, 2024
1 parent 2fb317b commit 1a4278e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies: [ highest ]

steps:
Expand All @@ -26,7 +25,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
extensions: mbstring
extensions: json, bcmath, curl, intl, mbstring
tools: composer:v2

- name: "Install lowest dependencies"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:

runs-on: ${{ matrix.operating-system }}


strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies: [ highest ]
operating-system: [ ubuntu-latest, windows-latest ]
Expand All @@ -30,7 +31,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
extensions: json, bcmath, curl, intl
extensions: json, bcmath, curl, intl, mbstring

- name: "Install dependencies"
run: |
Expand Down

0 comments on commit 1a4278e

Please sign in to comment.