Skip to content

Commit 4b1bac2

Browse files
committed
chore: update ci versions
1 parent 2a60d35 commit 4b1bac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: ramsey/composer-install@v2
9+
- uses: ramsey/composer-install@v3
1010
- name: Test code style
1111
run: vendor/bin/ecs
1212
test:
@@ -24,7 +24,7 @@ jobs:
2424
tools: pecl, phpstan
2525
coverage: pcov
2626
extensions: mbstring, curl, json, pdo-sqlite
27-
- uses: ramsey/composer-install@v2
27+
- uses: ramsey/composer-install@v3
2828
- name: Static analysis
2929
run: phpstan
3030
- name: Run tests

0 commit comments

Comments
 (0)