Skip to content

Commit

Permalink
Merge pull request #12 from codebar-ag/feature-update
Browse files Browse the repository at this point in the history
Feature Update
  • Loading branch information
StanBarrows committed Sep 21, 2023
2 parents 67aa803 + 99d5dfc commit ba41d21
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: PHPStan

on:
pull_request:
paths:
- '**.php'
- 'phpstan.neon.dist'
push:
paths:
- '**.php'
- 'phpstan.neon.dist'
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
phpstan:
Expand All @@ -27,4 +23,4 @@ jobs:
uses: ramsey/composer-install@v2

- name: Run PHPStan
run: ./vendor/bin/phpstan analyse src --error-format=github
run: ./vendor/bin/phpstan analyse src --error-format=github
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
max-parallel: 1
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.2 ]
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@
"email": "[email protected]",
"homepage": "https://www.codebar.ch",
"role": "Developer"
},
{
"name": "Rhys Lees",
"role": "Software-Developer"
}
],
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/guzzle": "^7.5",
"illuminate/contracts": "^10.0",
"laravel/framework": "10.*",
"orchestra/testbench": "8.*",
Expand All @@ -33,6 +37,7 @@
"laravel/pint": "^1.5",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit ba41d21

Please sign in to comment.