From 542d7811d603993f8d95e72360f51fc7741fb587 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Thu, 22 Dec 2022 17:23:45 +0100 Subject: [PATCH 1/2] tests: add test for php 8.2. bump actions/checkout v2 => v3 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e16b5bd..62caf6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,11 +9,11 @@ jobs: strategy: matrix: - php: ['8.0', '8.1'] + php: ['8.0', '8.1', '8.2'] dependencies: ['normal', 'authoritative'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 From 779eb3bac326bbd385097d1b9700630111f31795 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Thu, 22 Dec 2022 17:23:45 +0100 Subject: [PATCH 2/2] tests: add test for php 8.2, 8.3. bump actions/checkout v2 => v4 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e16b5bd..4eee327 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,11 +9,11 @@ jobs: strategy: matrix: - php: ['8.0', '8.1'] + php: ['8.0', '8.1', '8.2', '8.3'] dependencies: ['normal', 'authoritative'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2