Skip to content

Commit

Permalink
Another CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Jan 14, 2024
1 parent 149daf8 commit 613a6d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
dependencies: lowest
dotenv: ^5.5.0
carbon: ^2.62.1
exclude:
- laravel: 10.*
php: 8.0


name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependencies }} - crdb.${{ matrix.cockroachdb }} ${{ matrix.os }}

Expand Down Expand Up @@ -67,7 +65,7 @@ jobs:
--no-interaction --no-update
- name: Require Minimum Packages for version
if: ${{ matrix.php == '8.2' && matrix.dependencies == 'lowest' }}
if: ${{ (matrix.php == '8.2' || matrix.php == '8.3') && matrix.dependencies == 'lowest' }}
run: >
composer require
"vlucas/phpdotenv:${{ matrix.dotenv }}" "nesbot/carbon:${{ matrix.carbon }}"
Expand Down

0 comments on commit 613a6d2

Please sign in to comment.