Skip to content

Commit

Permalink
fix more syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstacks committed Feb 27, 2023
1 parent a0022bd commit 7337f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Expand Up @@ -22,9 +22,9 @@ jobs:
testbench: 8.*
- laravel: 9.*
testbench: 7.*
exclude:
- laravel: 10.*
php: 8.0
exclude:
- laravel: 10.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit 7337f32

Please sign in to comment.