Skip to content

Commit 3e19cba

Browse files
committed
feat: add php8.5
1 parent 42964b3 commit 3e19cba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.0, 8.1, 8.2, 8.3, 8.4]
12-
stability: [ prefer-lowest, prefer-stable ]
11+
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
1312

14-
name: Test PHP ${{ matrix.php }} - ${{ matrix.stability }}
13+
name: Test PHP ${{ matrix.php }}
1514

1615
steps:
1716
- name: Checkout code
@@ -41,15 +40,15 @@ jobs:
4140
env:
4241
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4342
COVERALLS_PARALLEL: true
44-
COVERALLS_FLAG_NAME: ${{ runner.os }} - ${{ matrix.php }} - ${{ matrix.stability }}
43+
COVERALLS_FLAG_NAME: ${{ runner.os }} - ${{ matrix.php }}
4544
run: ./vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
4645

4746
benchmark:
4847
runs-on: ubuntu-latest
4948
strategy:
5049
fail-fast: true
5150
matrix:
52-
php: [8.4]
51+
php: [8.5]
5352

5453
name: Benchmark PHP ${{ matrix.php }}
5554

0 commit comments

Comments
 (0)