Skip to content

Commit

Permalink
Merge pull request #442 from defstudio/php8.3-support
Browse files Browse the repository at this point in the history
PHP 8.3 Support
  • Loading branch information
fabio-ivona authored Dec 5, 2023
2 parents 4d8b1f6 + 5bca247 commit 8f90af8
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 @@ -13,14 +13,16 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.0
laravel: 10.*
- php: 8.2
stability: prefer-lowest
- php: 8.3
laravel: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 8f90af8

Please sign in to comment.