diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ff508c5..54be563f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: run: "php vendor/bin/phpunit" test_old_73_80: runs-on: "ubuntu-latest" - name: "PHP 7.4 Code on PHP 8.3 Integration Tests" + name: "PHP 7.4 Code on PHP 8.4 Integration Tests" steps: - name: "Checkout" uses: "actions/checkout@v4" @@ -64,7 +64,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: coverage: "none" - php-version: "8.3" + php-version: "8.4" ini-file: "development" tools: composer:v2 - name: "Install PHP 8 dependencies"