diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index f115372..52a72e9 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php-versions: ['8.2', '8.3', '8.4'] + php-versions: ['8.2', '8.3', '8.4', '8.5'] steps: - name: Checkout code