Skip to content

Commit

Permalink
simplify run test for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: asciito <ayax.cordova@aydev.mx>
  • Loading branch information
asciito committed Oct 10, 2023
1 parent 7fba064 commit bfcbff1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows, macos]
php: [8.2, 8.1]
stability: [prefer-lowest, prefer-stable]
runs-on: ubuntu-latest

name: Running Laravel [${{ matrix.laravel }} - ${{ matrix.stability }}] with PHP [${{ matrix.php }}] on OS [${{ matrix.os }}]

steps:
- name: Checkout code
Expand All @@ -25,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: 8.1
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

Expand Down

0 comments on commit bfcbff1

Please sign in to comment.