Skip to content

Commit 5dc9dd1

Browse files
committed
ci: remove composer.lock
1 parent 50e550f commit 5dc9dd1

File tree

4 files changed

+3
-3714
lines changed

4 files changed

+3
-3714
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ nbproject/
33
vendor/
44
build/
55
**/*.cache
6+
**/composer.lock

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
operating-system: [ubuntu-latest]
18-
php-versions: ["7.3", "7.4", "8.0"]
18+
php-versions: ["7.4", "8.0"]
1919
runs-on: ${{ matrix.operating-system }}
2020
steps:
2121
- name: Checkout

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/vendor/
33
/build/
44
*.cache
5+
composer.lock

0 commit comments

Comments
 (0)