From 29174a520500181d8021d226a0d8de14998bb06d Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 30 Jan 2025 16:27:09 +0000 Subject: [PATCH] ci: concurrent versions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa84933..0c4c071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ 8.1, 8.2 ] + php: [ 8.1, 8.2, 8.3, 8.4 ] steps: - uses: actions/checkout@v3 @@ -37,7 +37,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2 ] + php: [ 8.1, 8.2, 8.3, 8.4 ] outputs: coverage: ${{ steps.store-coverage.outputs.coverage_text }} @@ -90,7 +90,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2 ] + php: [ 8.1, 8.2, 8.3, 8.4 ] steps: - uses: actions/download-artifact@v3 @@ -112,7 +112,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2 ] + php: [ 8.1, 8.2, 8.3, 8.4 ] steps: - uses: actions/download-artifact@v3 @@ -136,7 +136,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2 ] + php: [ 8.1, 8.2, 8.3, 8.4 ] steps: - uses: actions/download-artifact@v3