diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d3664d..308f3f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,11 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2