Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloJoan committed Apr 12, 2023
1 parent a3a8363 commit 5ac19e0
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 @@ -16,10 +16,10 @@ jobs:

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

- name: "Install PHP"
- uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: composer
Expand Down

0 comments on commit 5ac19e0

Please sign in to comment.