diff --git a/.github/workflows/tests.10.yml b/.github/workflows/tests.10.yml index 1f13f01..1f9625e 100644 --- a/.github/workflows/tests.10.yml +++ b/.github/workflows/tests.10.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4, 8.5] stability: [prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} @@ -23,7 +23,7 @@ jobs: coverage: none - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Setup problem matchers run: |