Skip to content

Commit

Permalink
Merge pull request #484 from owenvoke/feature/ci
Browse files Browse the repository at this point in the history
ci: update GitHub Actions dependencies
  • Loading branch information
owenvoke committed Oct 12, 2023
2 parents af2f627 + 1790339 commit 6612882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -43,7 +43,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -37,5 +37,5 @@ jobs:
dependency-versions: ${{ matrix.dependency-version }}
composer-options: "--prefer-dist"

- name: Unit Tests
- name: Run Tests
run: vendor/bin/pest --colors=always

0 comments on commit 6612882

Please sign in to comment.