Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbakker committed Jul 26, 2023
1 parent 099168c commit cce067d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Run phpunit

on: [push, pull_request]
on: [push]

jobs:
test:

strategy:
matrix:
php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2' ]

name: PHP ${{ matrix.php-versions }}

Expand Down

0 comments on commit cce067d

Please sign in to comment.