Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Jul 20, 2023
1 parent 458fe1a commit 62ccf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
php: ['7.4', '8.0', '8.1']
name: PHP ${{ matrix.php }} API Test
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.3
- name: Setup PHP
uses: nanasess/setup-php@v3.3.3
uses: nanasess/setup-php@v4.0.0
with:
php-version: ${{ matrix.php }}
- run: php live.php

0 comments on commit 62ccf29

Please sign in to comment.