Skip to content

Commit

Permalink
Merge pull request #355 from Nielsvanpach/php83
Browse files Browse the repository at this point in the history
Run test suite with PHP 8.3
  • Loading branch information
alies-dev authored Nov 10, 2023
2 parents 2280865 + 848144a commit 3a35b06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '**.php'
- 'psalm*'
- 'composer.json'
- '.github/workflows/psalm.yml'
pull_request:
paths:
- '**.php'
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'composer.json'
- 'tests/laravel*'
- 'tests/lumen*'
- '.github/workflows/test-laravel.yml'
pull_request:
paths:
- '**.php'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.feature'
- '**.yml'
- 'composer.json'
- '.github/workflows/test.yml'
pull_request:
paths:
- '**.php'
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.0]
php: [8.3, 8.2, 8.0]
laravel: [^10.0, ^9.0]
dependencies: [lowest, highest]
exclude:
Expand Down

0 comments on commit 3a35b06

Please sign in to comment.