diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a29ae61..cc18f15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: - php: [ '8.2', '8.3', '8.4' ] + php: [ '8.2', '8.3', '8.4', '8.5' ] mysql-version: [ '5.7', '8.0', '8.4' ] steps: