Skip to content

Commit 4151775

Browse files
fixing last comments
1 parent ada4d74 commit 4151775

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
restore-keys: ${{ runner.os }}-composer-
3535

3636
- name: Install dependencies
37-
run: |
38-
composer require "illuminate/http:^12.0" --no-interaction --no-update
39-
composer update --prefer-dist --no-interaction --no-progress
37+
run: composer update --prefer-dist --no-interaction --no-progress
4038

4139
- name: Create build directory
4240
run: mkdir -p build

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM composer:latest
1+
FROM composer:2
22

33
# Install build dependencies
44
RUN apk add --no-cache $PHPIZE_DEPS linux-headers

0 commit comments

Comments
 (0)