summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-02 14:21:12 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-02 14:22:43 +0100
commit5cd6f0c793db2884c094559e9513ef7262460e2a (patch)
treed103fa1cda678180ddd6783e8a08dcca81a57715
parentfeef98dabdb612e75e95815ec7d90ac705a88924 (diff)
chore(CI): Add testing for PHP 8.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit-mysql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index 8c5e5e2ec..6508c8b78 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
- php-versions: ['8.0', '8.1']
+ php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']
services: