Skip to content

Commit

Permalink
Merge branch '2.x' into 2/php84
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Oct 1, 2024
2 parents 6ff881b + 1282a78 commit ecd3e46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: php vendor/bin/testbench-dusk package:create-sqlite-db

- name: Start Chrome Driver
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
run: ./vendor/laravel/dusk/bin/chromedriver-linux --port=9515 &

- name: Run Laravel Server
run: php vendor/bin/testbench-dusk serve --no-reload &
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"ergebnis/phpstan-rules": "^2.1.0",
"laravel/pint": "^1.11",
"orchestra/testbench-dusk": "^8.28 || ^9.6",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"rector/rector": "^1.0",
"symfony/var-dumper": "^6.3.3 || ^7.0",
"symplify/phpstan-rules": "^12.3.1",
Expand Down

0 comments on commit ecd3e46

Please sign in to comment.