Skip to content

Commit

Permalink
Add PHP 8.4 Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SupianIDz committed Nov 25, 2024
1 parent 24fbeae commit 6242823
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:

strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
laravel: [ '10.*', '11.*' ]
exclude:
- php: 8.1
laravel: '11.*'
- php: 8.4
laravel: '10.*'

name: PHP ${{ matrix.php }} - LARAVEL ${{ matrix.laravel }}

Expand Down

0 comments on commit 6242823

Please sign in to comment.