Skip to content

Commit

Permalink
Remove Windows php.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Jan 9, 2025
1 parent 278d5ad commit d9c348a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1,959 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Create fake PHP and .phar files
run: |
# These are needed so that the linter does not complain
mkdir -p internal/legacy/archives
touch internal/legacy/archives/platform.phar
touch internal/legacy/archives/php_windows_amd64
touch internal/legacy/archives/php_linux_amd64
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
internal/legacy/archives/*
dist/
php-*
!internal/legacy/archives/windows_php.ini.tpl
completion

# Binaries for programs and plugins
Expand Down
Loading

0 comments on commit d9c348a

Please sign in to comment.