Skip to content

Commit

Permalink
Merge pull request #53 from michaelachrisco/52-illuminate-database
Browse files Browse the repository at this point in the history
chore(composer): Testing library should use newest version of database
  • Loading branch information
michaelachrisco authored Oct 27, 2023
2 parents e39f062 + b1977a7 commit a754560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
version: 2.1

jobs:
build_php_version_80:
docker:
- image: cimg/php:8.0.20
working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands
- checkout
- run: sudo composer self-update
- run: composer install -n --prefer-dist --no-plugins
- run: ./vendor/bin/kahlan -reporter=verbose
build_php_version_81:
docker:
- image: cimg/php:8.1.14
Expand All @@ -19,9 +10,9 @@ jobs:
- run: sudo composer self-update
- run: composer install -n --prefer-dist --no-plugins
- run: ./vendor/bin/kahlan -reporter=verbose
build_latest:
build_php_version_82:
docker:
- image: circleci/php:latest
- image: cimg/php:8.2.12
working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands
- checkout
Expand All @@ -32,6 +23,5 @@ workflows:
version: 2
build:
jobs:
- build_php_version_80
- build_php_version_81
- build_latest
- build_php_version_82
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">=7.0.0"
},
"require-dev": {
"kahlan/kahlan": "^2.4",
"illuminate/database": "=8.83.23"
"kahlan/kahlan": "^5.2.5",
"illuminate/database": "=10.29.0"
}
}

0 comments on commit a754560

Please sign in to comment.