Skip to content

Commit 7c0f051

Browse files
authored
Merge pull request #4860 from Laravel-Backpack/v6
Backpack v6
2 parents 541acfb + 61316f1 commit 7c0f051

File tree

265 files changed

+6517
-32037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+6517
-32037
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,11 @@ jobs:
1919
# run all combinations of the following, to make sure they're working together
2020
matrix:
2121
# os: [ubuntu-latest, macos-latest, windows-latest]
22-
php: [7.3, 7.4, 8.0, 8.1, 8.2]
23-
dbal: [^2.5, ^3.0]
24-
laravel: [8.*, 9.*, 10.*]
25-
phpunit: [8.*, 9.*]
22+
php: [8.1, 8.2]
23+
dbal: [^3.0]
24+
laravel: [10.*]
25+
phpunit: [9.*, 10.*]
2626
dependency-version: [stable] # to add: lowest
27-
exclude:
28-
- laravel: 9.*
29-
php: 7.3
30-
- laravel: 9.*
31-
php: 7.4
32-
- laravel: 9.*
33-
phpunit: 8.*
34-
- laravel: 10.*
35-
php: 7.3
36-
- laravel: 10.*
37-
php: 7.4
38-
- laravel: 10.*
39-
php: 8.0
40-
- laravel: 10.*
41-
phpunit: 8.*
42-
- laravel: 10.*
43-
dbal: ^2.5
4427

4528

4629
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, PHPUnit ${{ matrix.phpunit }}, DBAL ${{ matrix.dbal }} --prefer-${{ matrix.dependency-version }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules/
66
composer.lock
77
.phpunit.result.cache
88
src/public/packages/
9+
/.phpunit.cache
910

0 commit comments

Comments
 (0)