Skip to content

Commit

Permalink
PHP 8.3 support (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin authored Dec 7, 2023
1 parent 4718c93 commit 9238fcb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*]
include:
- laravel: 10.*
Expand All @@ -21,14 +21,19 @@ jobs:
- laravel: 8.*
testbench: 6.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 8.*
php: 8.1
- laravel: 8.*
php: 8.2
- laravel: 9.*
php: 8.2
- laravel: 10.*
php: 8.0
- laravel: 8.*
php: 8.3
- laravel: 9.*
php: 8.3


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

Expand Down

0 comments on commit 9238fcb

Please sign in to comment.