Skip to content

Commit

Permalink
Update GH actions YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Oct 7, 2023
1 parent 942def2 commit 2e51821
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ on:
pull_request:
branches: [ master ]

env:
XDEBUG_MODE: debug,coverage

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.4', '8.0' ]
php-versions: [ '8.1', '8.2' ]

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

0 comments on commit 2e51821

Please sign in to comment.