Skip to content

Commit 0be2ed7

Browse files
committed
fix(ci): phpunit action fixes, added php 8.4
1 parent da3eab9 commit 0be2ed7

File tree

2 files changed

+436
-244
lines changed

2 files changed

+436
-244
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [ '8.0', '8.1', '8.2', '8.3' ]
23-
stability: [ 'stable', 'lowest' ]
22+
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
2423

2524
steps:
2625
- uses: actions/checkout@v4
@@ -61,7 +60,7 @@ jobs:
6160
${{ runner.os }}-php-
6261
6362
- name: Install Dependencies (prefer-${{ matrix.stability }})
64-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-${{ matrix.stability }}
63+
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress
6564

6665
- name: Configure matchers
6766
uses: mheap/phpunit-matcher-action@v1

0 commit comments

Comments
 (0)