Skip to content

Commit

Permalink
Merge branch '2.x' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum authored Nov 20, 2024
2 parents 7ee78a9 + 111d38b commit fad74bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/facade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: facades
on:
push:
branches:
- 'master'
- "master"

jobs:
update:
Expand All @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
timeout_minutes: 5
max_attempts: 5
command: |
composer require orchestra/testbench:^9.2 --dev --${{ matrix.stability }} --no-update --no-interaction
composer require phpunit/phpunit:^10.4 --dev --${{ matrix.stability }} --no-update --no-interaction
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11

Expand Down

0 comments on commit fad74bc

Please sign in to comment.