Skip to content

Commit c6aacb6

Browse files
committed
Updated GitHub actions to test against PHP 8.2 and Laravel 12, and enhanced composer install command
1 parent aa5ad28 commit c6aacb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
php: [8.3]
24-
laravel: ['11.*']
23+
php: [8.2, 8.3]
24+
laravel: ['11.*', '12.*']
2525

2626
name: OS:${{ matrix.os }} / PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}
2727

@@ -46,7 +46,7 @@ jobs:
4646
composer-${{ runner.os }}-
4747
4848
- name: Install Composer
49-
run: composer install
49+
run: composer install --prefer-dist --no-interaction
5050

5151
- name: Pint
5252
run: ./vendor/bin/pint --test

0 commit comments

Comments
 (0)