Skip to content

Commit

Permalink
fix pest
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs committed May 28, 2024
1 parent 8212110 commit c191f25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
fail-fast: true
matrix:
php: [8.3]
laravel: [11.0]
testbench: [9.1.0]
laravel: [11.*]
include:
- laravel: 11.*
testbench: 9.*

name: Tests

Expand Down

0 comments on commit c191f25

Please sign in to comment.