Skip to content

Commit

Permalink
Update pest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Oct 1, 2024
1 parent 1c6617c commit 4fa04fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2]
laravel: [10.*, 11.*]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

Expand Down Expand Up @@ -80,4 +78,4 @@ jobs:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
DB_HOST: 127.0.0.1
DB_USER: root
DB_PASSWORD: secretroot
DB_PASSWORD: secretroot

0 comments on commit 4fa04fc

Please sign in to comment.