10000 updated tests · middlewares/http-authentication@ae6b77a · GitHub
[go: up one dir, main page]

Skip to content

Commit ae6b77a

Browse files
committed
updated tests
1 parent 9a918ad commit ae6b77a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- 7.2
4545
- 7.3
4646
- 7.4
47-
composer-args: [ "" ]
48-
include:
49-
- php: 8.0
50-
composer-args: --ignore-platform-reqs
47+
- 8.0
48+
- 8.1
49+
- 8.2
50+
- 8.3
5151
fail-fast: false
5252

5353
steps:
@@ -67,7 +67,7 @@ jobs:
6767
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-
6868

6969
- name: Install dependencies
70-
run: composer install --prefer-dist --no-progress ${{ matrix.composer-args }}
70+
run: composer install --prefer-dist --no-progress
7171

7272
- name: Tests
7373
run: composer test

0 commit comments

Comments
 (0)
0