Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ubden authored Jul 29, 2024
1 parent 894b44c commit 597bcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Validate composer.json and composer.lock
run: composer validate --strict
continue-on-error: true # Uyarılar nedeniyle işlemin kesilmesini önler

- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit 597bcba

Please sign in to comment.