Skip to content

Commit

Permalink
workflow upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Oct 25, 2023
1 parent db78bc4 commit ade9aaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:

steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v3
with:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer:v2

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -58,14 +58,14 @@ jobs:

steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v3
with:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer:v2

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit ade9aaf

Please sign in to comment.