Skip to content

Commit 65ef92d

Browse files
committed
Support Laravel 8 only
1 parent cf77440 commit 65ef92d

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [8.0, 8.1]
12-
laravel: [6, 8]
12+
laravel: [8]
1313

1414
steps:
1515
- name: Checkout code
@@ -23,14 +23,6 @@ jobs:
2323
extensions: ctype, iconv, intl, json, mbstring, pdo, pdo_sqlite
2424
coverage: none
2525

26-
- name: Checkout Laravel 6 Sample
27-
if: matrix.laravel == 6
28-
uses: actions/checkout@v2
29-
with:
30-
repository: codeception/laravel-module-tests
31-
path: framework-tests
32-
ref: 6.x
33-
3426
- name: Checkout Laravel 8 Sample
3527
if: matrix.laravel == 8
3628
uses: actions/checkout@v2
@@ -51,9 +43,7 @@ jobs:
5143
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
5244

5345
- name: Install dependencies
54-
run: |
55-
composer require laravel/framework=${{ matrix.laravel }} --ignore-platform-req=php --no-update
56-
composer install --prefer-dist --no-progress --ignore-platform-req=php
46+
run: composer install --prefer-dist --no-progress
5747

5848
- name: Validate composer.json and composer.lock
5949
run: composer validate

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"require-dev": {
2828
"codeception/module-asserts": "^3.0",
2929
"codeception/module-rest": "^3.1",
30-
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0",
31-
"vlucas/phpdotenv": "^3.6 | ^4.2 | ^5.3"
30+
"laravel/framework": "^8.0",
31+
"vlucas/phpdotenv": "^5.3"
3232
},
3333
"autoload": {
3434
"classmap": ["src/"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy