diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 85a3026..755e4b4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-version: [ '8.3', '8.4' ] + php-version: [ '8.3', '8.4', '8.5' ] name: Run tests on PHP v${{ matrix.php-version }} @@ -40,4 +40,4 @@ jobs: run: composer install --no-interaction --prefer-dist --no-progress - name: Run phpunit tests - run: vendor/bin/phpunit --testsuite tests --colors=always --testdox \ No newline at end of file + run: vendor/bin/phpunit --testsuite tests --colors=always --testdox