Skip to content

Commit

Permalink
Remove windows-latest from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedghanem00 committed Jun 15, 2024
1 parent 1d75d1a commit 7e591ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest

php-version:
- 8.2
Expand All @@ -38,11 +37,11 @@ jobs:
- name: Run PHP-CS-Fixer in Linter Mode
run: composer run-script php-cs-fixer -- --dry-run --show-progress=dots --using-cache=no --verbose

- name: Local PHP Security Checker
uses: docker://pplotka/local-php-security-checker-github-actions

- name: Run PHPStan
run: composer run-script phpstan

- name: Local PHP Security Checker
uses: docker://pplotka/local-php-security-checker-github-actions

- name: Run test-suites
run: composer run-script test

0 comments on commit 7e591ce

Please sign in to comment.