From 5184f8e6a334e183c13212a480a952c009f17c7f Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 9 Dec 2020 12:08:47 -0700 Subject: [PATCH] automated testing for Grav 1.7 commits/prs --- .github/workflows/tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 94b417d51..f99cefe90 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,9 +2,9 @@ name: PHP Tests on: push: - branches: [ develop ] + branches: [ 1.7 ] pull_request: - branches: [ develop ] + branches: [ 1.7 ] jobs: @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php: [ 7.4, 7.3, 7.2 ] + php: [ 8.0, 7.4, 7.3] os: [ubuntu-latest] steps: @@ -59,7 +59,7 @@ jobs: status: failure fields: repo,message,author,action icon_emoji: ':octocat:' - author_name: 'Github Action Tests' + author_name: 'Github Action Tests (1.7)' text: '💥 Automated Test Failure' env: GITHUB_TOKEN: ${{ github.token }}