Skip to content

Commit

Permalink
Updated GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Nov 28, 2023
1 parent 062f94a commit 4e883a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- "8.3"

steps:
- uses: actions/checkout@v3
- uses: "actions/checkout@v3"
- uses: "shivammathur/setup-php@v2"

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 4e883a5

Please sign in to comment.