Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refac: simplify to one test
Hunting down why failing on GitHub action but not local `act`.
  • Loading branch information
Bishop Bettini committed Dec 7, 2021
commit c5088195c505aa82693b0852b00d931781b74172
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
strategy:
matrix:
os: [ubuntu]
php: [7.4, 7.3, 7.2, 7.1]
laravel: [^8, ^7, ^6, ^5.8, ^5.7, ^5.6]
rollbar-php-laravel: [^7, 4.*]
php: [7.4]
laravel: [^8]
rollbar-php-laravel: [^7]
#simplify#php: [7.4, 7.3, 7.2, 7.1]
#simplify#laravel: [^8, ^7, ^6, ^5.8, ^5.7, ^5.6]
#simplify#rollbar-php-laravel: [^7, 4.*]
#fails#php: [7.0]
#fails#laravel: [^5.5]
#fails#rollbar-php-laravel: [2.*]
Expand Down