Skip to content

Commit

Permalink
Run tests using PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-jc-allen committed Oct 20, 2023
1 parent 664ee84 commit 7c2af6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2]
laravel: [9.*, 10.*]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 8.1
- laravel: 9.*
php: 8.3

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

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
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,6 +21,8 @@ jobs:
exclude:
- laravel: 10.*
php: 8.0
- laravel: 9.*
php: 8.3

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

Expand Down

0 comments on commit 7c2af6c

Please sign in to comment.