Skip to content

Commit

Permalink
Revert debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 2, 2022
1 parent 4d8aea9 commit 3bcc104
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,10 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: "8.0"

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -450,3 +453,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: snyk.sarif

0 comments on commit 3bcc104

Please sign in to comment.