diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 92b874f7c..4827b5925 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4'] + php-versions: ['8.1'] databases: ['sqlite', 'mysql', 'pgsql'] server-versions: ['master'] diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5f0ea8a67..a754bd8c3 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['8.0', '8.1'] databases: ['sqlite', 'mysql', 'pgsql'] server-versions: ['master']