Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Fix tests for php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 12, 2024
1 parent d32c0f7 commit 49f909c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
php: '8.2'
- laravel: 8.*
php: '8.1'
- laravel: 9.*
php: '8.3'
- laravel: 8.*
php: '8.3'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 49f909c

Please sign in to comment.