fix(ci): phpunit action fixes, added php 8.4

This commit is contained in:
Ismo Vuorinen
2024-12-11 13:49:39 +02:00
parent da3eab90c5
commit 0be2ed7c16
2 changed files with 438 additions and 246 deletions

View File

@@ -19,8 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ '8.0', '8.1', '8.2', '8.3' ]
stability: [ 'stable', 'lowest' ]
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
steps:
- uses: actions/checkout@v4
@@ -61,7 +60,7 @@ jobs:
${{ runner.os }}-php-
- name: Install Dependencies (prefer-${{ matrix.stability }})
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-${{ matrix.stability }}
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress
- name: Configure matchers
uses: mheap/phpunit-matcher-action@v1

679
composer.lock generated

File diff suppressed because it is too large Load Diff