Skip to content

Commit

Permalink
revert workflow change so I can push the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Damen committed Feb 7, 2024
1 parent 43f5695 commit 75b6c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10.*]
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit 75b6c19

Please sign in to comment.