From e8f5f5754cff2cd308f1a811db719a895479a2a1 Mon Sep 17 00:00:00 2001 From: Kim Pepper Date: Sat, 13 Jan 2024 10:50:45 +1100 Subject: [PATCH] Only build supported versions of php --- .github/workflows/workflows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index 496caf5..9f51de7 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1', '8.2'] + php-versions: ['8.1', '8.2', '8.3'] steps: - uses: actions/checkout@v4 - uses: "shivammathur/setup-php@v2" @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1', '8.2'] + php-versions: ['8.1', '8.2', '8.3'] steps: - uses: actions/checkout@v4 - uses: "shivammathur/setup-php@v2" @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1', '8.2'] + php-versions: ['8.1', '8.2', '8.3'] dependency-versions: ['highest', 'lowest'] steps: - uses: actions/checkout@v4