Skip to content

Commit

Permalink
Update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Nov 5, 2022
1 parent 5155c4f commit 3c13502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand All @@ -27,7 +27,7 @@ jobs:
coverage: xdebug

- name: Install dependencies with Composer
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2

- name: Coding standards
if: matrix.analysis
Expand Down

0 comments on commit 3c13502

Please sign in to comment.