-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Github Actions configuration for PHP versions
The commit updates the configuration of the continuous integration and coding standards Github Actions. Notably, the PHP version is updated to 8.3 in both configurations. It also changes dependency options in the continuous integration configuration for PHP 8.2 and introduces new configurations for PHP 8.3.
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ jobs: | |
cs: | ||
uses: ray-di/.github/.github/workflows/coding-standards.yml@v1 | ||
with: | ||
php_version: 8.1 | ||
php_version: 8.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters