Skip to content

Commit

Permalink
Update github_pull_request.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Erdem Demir <[email protected]>
  • Loading branch information
erdemdmr authored Sep 17, 2024
1 parent 8499966 commit b932605
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
php-versions: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2']
php-versions: ['7.3']
include:
- php-versions: '5.3'
- php-versions: '7.3'

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

0 comments on commit b932605

Please sign in to comment.