From d635ed14a0e06e4dd46e5bb7ea2687c7a1b0f221 Mon Sep 17 00:00:00 2001 From: Lasse Mammen Date: Tue, 31 May 2022 16:08:03 +0100 Subject: [PATCH] chore: test 8.1 and remove 7.4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaa1de2..bccceb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.4', '8.0'] + php-versions: ['8.0', '8.1'] phpunit-versions: ['latest'] steps: