Skip to content

Commit 2090f60

Browse files
Update workflow with newer PHP versions
1 parent 08ee9c9 commit 2090f60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-version: [ "7.4", "8.0", "8.1", "8.2" ]
17+
php-version: [ "8.1", "8.2", "8.3", "8.4", "8.5" ]
1818

1919
env:
2020
COMPOSER_VERSION: 2
2121
COVERAGE_DRIVER: xdebug
2222
MINIMUM_COVERAGE_PERCENTAGE: 90
23-
MINIMUM_MSI_PERCENTAGE: 80
23+
MINIMUM_MSI_PERCENTAGE: 85
2424

2525
steps:
2626
- name: Checkout repository

0 commit comments

Comments
 (0)