Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Dec 1, 2023
1 parent 2ea1d34 commit 3cf0595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: 8.2
tools: composer:v2
coverage: none

Expand All @@ -87,4 +87,4 @@ jobs:
composer update --prefer-stable --prefer-dist --no-interaction
- name: Execute Duster
run: vendor/bin/duster lint -u tlint,phpcodesniffer,pint,phpstan
run: vendor/bin/duster lint -u tlint,phpcodesniffer,pint,phpstan -vvv

0 comments on commit 3cf0595

Please sign in to comment.