Skip to content

Commit 5798789

Browse files
committed
Add PHP 8.5 support, fix coverage warnings, ensure Pest 4/PHPUnit 12
1 parent 5877828 commit 5798789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
php: [8.4, 8.3]
15+
php: [8.5, 8.4, 8.3]
1616
laravel: ['9.*', '10.*', '11.*', '12.*', '13.*']
1717
dependency-version: [prefer-stable]
1818
include:
@@ -46,6 +46,7 @@ jobs:
4646
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4747
4848
- name: Install dependencies
49+
shell: bash
4950
run: |
5051
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5152
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)