Skip to content

Commit

Permalink
Set collation rather
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Oct 15, 2024
1 parent 42ddf2a commit 19efa23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.2, 8.3 ]
laravel: [ "^10.0", "^11.1" ]
laravel: [ "^10.0", "^11.0" ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: "^10.0"
testbench: "^8.0"
enum: "^6.0"
- laravel: "^11.1"
- laravel: "^11.0"
testbench: "^9.0"
enum: "^6.0"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^8.1",
"bensampo/laravel-enum": "^5.0 || ^6.0",
"illuminate/support": "^10.0 || ^11.1",
"illuminate/support": "^10.0 || ^11.0",
"laravel/nova": "^4.0"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
<env name="DB_DATABASE" value="nova_enum_field"/>
<env name="DB_HOST" value="127.0.0.1"/>
<env name="DB_PORT" value="3306"/>
<env name="DB_COLLATION" value="utf8mb4_unicode_ci"/>
</php>
</phpunit>

0 comments on commit 19efa23

Please sign in to comment.