Skip to content

Commit

Permalink
ci: remove composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Mar 4, 2021
1 parent 50e550f commit 5dc9dd1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,714 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nbproject/
vendor/
build/
**/*.cache
**/composer.lock
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["7.3", "7.4", "8.0"]
php-versions: ["7.4", "8.0"]
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/vendor/
/build/
*.cache
composer.lock
Loading

0 comments on commit 5dc9dd1

Please sign in to comment.