diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 647178a..24090ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1] + php: [8.2] steps: - name: Checkout repository diff --git a/website/docs/4-features/6-ci-cd.md b/website/docs/4-features/6-ci-cd.md index f30b94d..b6e89cd 100644 --- a/website/docs/4-features/6-ci-cd.md +++ b/website/docs/4-features/6-ci-cd.md @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1] + php: [8.2] steps: - name: Checkout repository