Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lepikhinb committed Mar 13, 2024
1 parent d7df9fe commit 4c3836e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -15,10 +15,9 @@ jobs:
pest:
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
laravel: [8, 9, 10, 11]
php: [8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
Expand Down Expand Up @@ -51,10 +50,9 @@ jobs:
phpstan:
name: Static analysis (PHPStan)

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
laravel: [8, 9, 10, 11]
php: [8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
Expand Down

0 comments on commit 4c3836e

Please sign in to comment.