Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f228ccf

Browse files
committed
Include PHP 8.3-8.5 in CI config
1 parent 33ee985 commit f228ccf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ env:
2727
jobs:
2828
phpunit:
2929
name: "PHPUnit"
30-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@3.0.0"
30+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@13.1.0"
3131
with:
32-
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
32+
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]'
33+
secrets:
34+
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)