Skip to content

Commit

Permalink
tests: php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetry committed Nov 11, 2023
1 parent 33309ac commit 6065b22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: none

- name: Install composer dependencies
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
exclude:
Expand All @@ -17,6 +17,8 @@ jobs:
php: 8.1
- laravel: 8.*
php: 8.2
- laravel: 8.*
php: 8.3
# Laravel 10.x only supports PHP ^8.1
- laravel: 10.*
php: 8.0
Expand All @@ -25,11 +27,15 @@ jobs:
php: 8.1
- laravel: 7.*
php: 8.2
- laravel: 7.*
php: 8.3
# Laravel 6.x only supports PHP 7.2-8.0
- laravel: 6.*
php: 8.1
- laravel: 6.*
php: 8.2
- laravel: 6.*
php: 8.3

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

Expand Down

0 comments on commit 6065b22

Please sign in to comment.