Skip to content

Commit

Permalink
Changed github action for setting up php #KDS-538
Browse files Browse the repository at this point in the history
  • Loading branch information
vortrixs committed Jan 9, 2025
1 parent 9850e1c commit 30e4538
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 @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Setup PHP
uses: nanasess/setup-php@master
- name: Setup PHP Action
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php }}

Expand Down

0 comments on commit 30e4538

Please sign in to comment.