diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 87a390f..17a38b8 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -17,7 +17,7 @@ jobs: php-version: - "5.4" - "7.4" - - "8.2" + - "8.3" steps: - name: Checkout code diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1d584a..4efa2ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: Checkout code