Skip to content

Commit

Permalink
Update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 committed Mar 27, 2024
1 parent 7e420e7 commit d8b6e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Test

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
php-version: ['7.1', '7.2', '7.3', '7.4']
php-version: ['8.1', '8.2']

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

0 comments on commit d8b6e2c

Please sign in to comment.