diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7a0e7f0b3..b637a1646 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,6 +23,8 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" + - "8.3" dependencies: [highest] @@ -35,10 +37,7 @@ jobs: - php-version: "7.2" dependencies: lowest operating-system: ubuntu-latest - - php-version: "8.1" - dependencies: lowest - operating-system: ubuntu-latest - - php-version: "8.2" + - php-version: "8.4" dependencies: highest operating-system: ubuntu-latest composer-options: "--ignore-platform-req=php+"