Skip to content

Commit 73dff11

Browse files
authored
Merge pull request #234 from Chris53897/feature/php-85
feat: add tests for PHP 8.5
2 parents 34c950f + 83bc2aa commit 73dff11

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
12+
php: [8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
php-version: ${{ matrix.php }}
3131
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
32-
coverage: none
32+
coverage: pcov
3333

3434
- name: Setup Problem Matches
3535
run: |

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"symfony/process": "^4.2|^5.0|^6.0|^7.0"
2323
},
2424
"require-dev": {
25-
"pestphp/pest": "^1.21",
26-
"phpunit/phpunit": "^8.5.21|^9.4.4",
25+
"pestphp/pest": "^1.21|^2.0|^3.0|^4.0",
26+
"phpunit/phpunit": "^8.5.21|^9.4.4|^10.0|^11.0|^12.0",
2727
"symfony/var-dumper": "^4.2|^5.0|^6.0|^7.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)