Skip to content

Commit a754560

Browse files
Merge pull request #53 from michaelachrisco/52-illuminate-database
chore(composer): Testing library should use newest version of database
2 parents e39f062 + b1977a7 commit a754560

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.circleci/config.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
version: 2.1
22

33
jobs:
4-
build_php_version_80:
5-
docker:
6-
- image: cimg/php:8.0.20
7-
working_directory: ~/ReadOnlyTraitLaravel
8-
steps: # a set of executable commands
9-
- checkout
10-
- run: sudo composer self-update
11-
- run: composer install -n --prefer-dist --no-plugins
12-
- run: ./vendor/bin/kahlan -reporter=verbose
134
build_php_version_81:
145
docker:
156
- image: cimg/php:8.1.14
@@ -19,9 +10,9 @@ jobs:
1910
- run: sudo composer self-update
2011
- run: composer install -n --prefer-dist --no-plugins
2112
- run: ./vendor/bin/kahlan -reporter=verbose
22-
build_latest:
13+
build_php_version_82:
2314
docker:
24-
- image: circleci/php:latest
15+
- image: cimg/php:8.2.12
2516
working_directory: ~/ReadOnlyTraitLaravel
2617
steps: # a set of executable commands
2718
- checkout
@@ -32,6 +23,5 @@ workflows:
3223
version: 2
3324
build:
3425
jobs:
35-
- build_php_version_80
3626
- build_php_version_81
37-
- build_latest
27+
- build_php_version_82

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=7.0.0"
1818
},
1919
"require-dev": {
20-
"kahlan/kahlan": "^2.4",
21-
"illuminate/database": "=8.83.23"
20+
"kahlan/kahlan": "^5.2.5",
21+
"illuminate/database": "=10.29.0"
2222
}
2323
}

0 commit comments

Comments
 (0)