Skip to content

Commit 37ca780

Browse files
committed
Adjust tests workflow
1 parent 9dc9781 commit 37ca780

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
strategy:
2727
fail-fast: true
2828
matrix:
29-
php: [8.2, 8.3]
30-
phpunit: ['11.0', '11.4']
29+
php: [8.3, 8.4]
30+
phpunit: ['11.0', '11.4', '12.2']
3131
phpstan: ['2.1']
32-
paratest: ['7.6', '7.8']
33-
larastan: ['v3.1']
32+
paratest: ['7.8', '7.10']
33+
larastan: ['v3.5']
3434

3535
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - with Paratest ${{ matrix.paratest }} - PHPStan ${{ matrix.phpstan }} - Larastan ${{ matrix.larastan }}
3636

@@ -51,9 +51,9 @@ jobs:
5151
REDIS_LIBS: liblz4-dev, liblzf-dev, libzstd-dev
5252

5353
- name: Set Framework version
54-
run: composer config version "11.x-dev"
54+
run: composer config version "12.x-dev"
5555

56-
- name: Set minimum PHP 8.2 versions
56+
- name: Set minimum PHP 8.3 versions
5757
uses: nick-fields/retry@v3
5858
with:
5959
timeout_minutes: 5
@@ -96,7 +96,7 @@ jobs:
9696
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
9797

9898
- name: Execute tests
99-
run: php artisan test --parallel --configuration="phpunit.xml" --coverage-clover=build/logs/clover.xml
99+
run: php artisan test --parallel --configuration="phpunit.xml.dist" --coverage-clover=build/logs/clover.xml
100100
env:
101101
DB_CONNECTION: sqlite
102102
DB_DATABASE: ":memory:"

0 commit comments

Comments
 (0)