Skip to content

Commit

Permalink
Updated to Node 16 compatible actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Oct 30, 2022
1 parent 994ee07 commit a246956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
name: PHP ${{ matrix.php_version }}

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

- name: Setup PHP Action ${{ matrix.php_version }}
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2.22.0
with:
php-version: '${{ matrix.php_version }}'
tools: composer:2.2.15
Expand Down

0 comments on commit a246956

Please sign in to comment.