diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a6ec38..4e5513e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] + php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5] runs-on: ubuntu-latest steps: - name: Checkout repository @@ -20,4 +20,4 @@ jobs: extensions: curl, mbstring tools: composer:v2 - run: composer install - - run: composer test-ci \ No newline at end of file + - run: composer test-ci