mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
automated testing for Grav 1.7 commits/prs
This commit is contained in:
parent
ea358c239f
commit
5184f8e6a3
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user