Skip to content

Commit

Permalink
Support for PHP 8.2 (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Dec 9, 2022
1 parent bda300b commit eace6f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-20.04]
php: [8.1, 8.0]
php: [8.2, 8.1, 8.0]
ffmpeg: [5.0, 4.4]
dependency-version: [prefer-lowest, prefer-stable]

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
],
"require": {
"php": "^8.0 || ^8.1",
"php": "^8.0 || ^8.1 || ^8.2",
"evenement/evenement": "^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"spatie/temporary-directory": "^2.0",
Expand All @@ -72,4 +72,4 @@
"Tests\\FFMpeg\\": "tests/FFMpeg"
}
}
}
}

0 comments on commit eace6f1

Please sign in to comment.