diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4c9cdc..4dd95a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - php-version: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] + php-version: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5] steps: - name: Checkout