From d2c6c892ee0b2c822f9865261a16f711e3ef8ef3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 10 Jun 2024 13:37:06 +0200 Subject: [PATCH] Update CI targets --- .github/workflows/continuous-integration.yml | 8 +++++++- .github/workflows/lint.yml | 2 +- .github/workflows/phpstan.yml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7a08a92..e7a094d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,7 +12,7 @@ jobs: tests: name: "CI" - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: @@ -22,6 +22,12 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" + - "8.3" + os: [ubuntu-latest] + include: + - php-version: "8.3" + os: windows-latest steps: - name: "Checkout" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d42a52a..55e69c9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: matrix: php-version: - "7.2" - - "8.1" + - "8.3" steps: - name: "Checkout" diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index fa2d5c1..93bea17 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -18,7 +18,7 @@ jobs: matrix: php-version: - "7.2" - - "8.1" + - "8.3" steps: - name: "Checkout"