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

Skip to content

Commit 6d6c962

Browse files
authored
Merge pull request #296 from doctrine/2.0.x-merge-up-into-2.1.x_N1sw6PZw
Merge release 2.0.11 into 2.1.x
2 parents 72fd0c6 + 8fa17b5 commit 6d6c962

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install PHP with extensions.
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: "8.2"
24+
php-version: "8.4"
2525

2626
- name: Install roave/backward-compatibility-check.
2727
run: composer require --dev roave/backward-compatibility-check
@@ -33,6 +33,6 @@ jobs:
3333
name: "PHPUnit"
3434
uses: "doctrine/.github/.github/workflows/[email protected]"
3535
with:
36-
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
36+
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
3737
secrets:
3838
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)