Skip to content

Commit

Permalink
Test against php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Oct 4, 2023
1 parent 404901e commit 7bc7dad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
laravel: [10.*, 9.*, 8.*]
php: ['8.2', '8.1', '8.0']
php: ['8.3', '8.2', '8.1', '8.0']
include:
- laravel: 8.*
php: '7.4'
Expand Down Expand Up @@ -48,6 +48,8 @@ jobs:
php: '8.0'
- laravel: 8.*
php: '8.2'
- laravel: 8.*
php: '8.3'

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

Expand Down

0 comments on commit 7bc7dad

Please sign in to comment.