Skip to content

Commit

Permalink
Merge pull request #386 from Chris53897/feature/add-github-actions-ph…
Browse files Browse the repository at this point in the history
…p8.x

Feat: Add GitHub actions tests for php8.x on all branches
  • Loading branch information
beberlei authored Jun 21, 2022
2 parents f3536d8 + 2d2d078 commit c2a6096
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
name: Tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: ["push", "pull_request"]

jobs:
build:
name: PHP ${{ matrix.php }}

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

strategy:
matrix:
php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c2a6096

Please sign in to comment.