Skip to content

Commit c792611

Browse files
committed
test with PHP 8.5
1 parent 11af2fa commit c792611

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- '8.2'
1616
- '8.3'
1717
- '8.4'
18+
- '8.5'
1819
deps: ['highest']
1920
steps:
2021
- name: Checkout
@@ -35,7 +36,7 @@ jobs:
3536
with:
3637
token: ${{ secrets.CODECOV_TOKEN }}
3738
- name: Run mutation tests
38-
if: ${{ matrix.php-versions == 8.3 }}
39+
if: ${{ matrix.php-versions == 8.4 }}
3940
env:
4041
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
4142
run: vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4

0 commit comments

Comments
 (0)