We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada4d74 commit 4151775Copy full SHA for 4151775
.github/workflows/tests.yml
@@ -34,9 +34,7 @@ jobs:
34
restore-keys: ${{ runner.os }}-composer-
35
36
- 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
+ run: composer update --prefer-dist --no-interaction --no-progress
40
41
- name: Create build directory
42
run: mkdir -p build
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM composer:latest
+FROM composer:2
2
3
# Install build dependencies
4
RUN apk add --no-cache $PHPIZE_DEPS linux-headers
0 commit comments