Skip to content

Commit 57ca130

Browse files
[1.x]: bump friendsofphp/php-cs-fixer from 3.61.1 to 3.64.0 (#425)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: imdhemy <[email protected]>
1 parent 3422603 commit 57ca130

File tree

4 files changed

+65
-72
lines changed

4 files changed

+65
-72
lines changed

.github/workflows/ci.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ on: [ push, pull_request ]
33
jobs:
44
ci:
55
name: "CI"
6-
runs-on: ${{ matrix.operating-system }}
7-
strategy:
8-
matrix:
9-
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
10-
php-version: [ 8.1, 8.3 ]
6+
runs-on: ubuntu-latest
117
steps:
12-
138
# --------- Setup steps ---------
149
- name: "Checkout"
1510
uses: actions/checkout@v3
@@ -18,7 +13,7 @@ jobs:
1813
uses: shivammathur/setup-php@v2
1914
with:
2015
coverage: "pcov"
21-
php-version: "${{ matrix.php-version }}"
16+
php-version: "8.3"
2217
ini-values: memory_limit=-1
2318
extensions: pcov, xdebug, sodium, fileinfo
2419

@@ -31,8 +26,6 @@ jobs:
3126

3227
- name: "Coding Style"
3328
run: "composer cs-check"
34-
if: matrix.operating-system == 'ubuntu-latest'
3529

3630
- name: "Static code analysis"
3731
run: "composer psalm"
38-
if: matrix.operating-system == 'ubuntu-latest'

0 commit comments

Comments
 (0)