Skip to content

Commit

Permalink
chore: update ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jul 22, 2024
1 parent 2a60d35 commit 4b1bac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
- name: Test code style
run: vendor/bin/ecs
test:
Expand All @@ -24,7 +24,7 @@ jobs:
tools: pecl, phpstan
coverage: pcov
extensions: mbstring, curl, json, pdo-sqlite
- uses: ramsey/composer-install@v2
- uses: ramsey/composer-install@v3
- name: Static analysis
run: phpstan
- name: Run tests
Expand Down

0 comments on commit 4b1bac2

Please sign in to comment.