Skip to content

Commit

Permalink
Update dependencies to include PHP 8.3 and Symfony 7.x. (#914)
Browse files Browse the repository at this point in the history
* Update dependencies to include PHP 8.3 and Symfony 7.x.
* Added PHP 8.3 to GitHub Actions

---------

Co-authored-by: Pascal Baljet <pascal@protone.media>
  • Loading branch information
BusterNeece and pascalbaljet committed Jan 2, 2024
1 parent ca3aa53 commit 785a5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-20.04]
php: [8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1, 8.0]
ffmpeg: [5.0, 4.4]
dependency-version: [prefer-lowest, prefer-stable]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -46,7 +46,7 @@
}
],
"require": {
"php": "^8.0 || ^8.1 || ^8.2",
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3",
"evenement/evenement": "^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"spatie/temporary-directory": "^2.0",
Expand Down

0 comments on commit 785a5ba

Please sign in to comment.