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 38c6ca0 commit 7c87481
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ramsey/composer-install@v2
- name: Test code style
run: vendor/bin/ecs
Expand All @@ -16,7 +16,7 @@ jobs:
matrix:
php: ['8.1']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -35,10 +35,8 @@ jobs:
needs: [test, cs]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: >
npx
-p "@semantic-release/commit-analyzer"
Expand Down

0 comments on commit 7c87481

Please sign in to comment.