Skip to content

Commit 7c74ba3

Browse files
committed
ci(github): Update PHP version in workflows and composer
- Update PHP version in GitHub Actions workflow from 8.3 to 8.4 - Add support for PHP 8.4 in composer.json - Ensure compatibility with the latest PHP version for testing
1 parent b079389 commit 7c74ba3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 7.4, 8.3 ]
12+
php: [ 7.4, 8.4 ]
1313
dependency-version: [ prefer-stable ]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@
243243
"@putenv PHP80=/opt/homebrew/opt/[email protected]/bin/php",
244244
"@putenv PHP81=/opt/homebrew/opt/[email protected]/bin/php",
245245
"@putenv PHP82=/opt/homebrew/opt/[email protected]/bin/php",
246-
"@putenv PHP83=/opt/homebrew/opt/[email protected]/bin/php"
246+
"@putenv PHP83=/opt/homebrew/opt/[email protected]/bin/php",
247+
"@putenv PHP84=/opt/homebrew/opt/[email protected]/bin/php"
247248
],
248249
"rector": "@php ./vendor/bin/rector --clear-cache --ansi -v",
249250
"rector-dry-run": "@rector --dry-run",

0 commit comments

Comments
 (0)