diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index aa14250c..1a6e7335 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -9,4 +9,4 @@ jobs: cs: uses: ray-di/.github/.github/workflows/coding-standards.yml@v1 with: - php_version: 8.1 + php_version: 8.3 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d2d40406..3dcb7ab5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -34,10 +34,16 @@ jobs: - php-version: 8.1 os: macos-latest - php-version: 8.2 - dependencies: lowest-ignore + dependencies: lowest os: ubuntu-latest - php-version: 8.2 - dependencies: highest-ignore + dependencies: highest + os: ubuntu-latest + - php-version: 8.3 + dependencies: highest + os: ubuntu-latest + - php-version: 8.3 + dependencies: lowest os: ubuntu-latest steps: - name: Checkout