Skip to content

Commit

Permalink
Merge 23a26ab into 2a6d638
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Jan 8, 2023
2 parents 2a6d638 + 23a26ab commit 21cdbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
operating-system: [ ubuntu-20.04 ]
php-versions: ['8.1']
php-versions: ['8.0']

name: Upload coverage report
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
operating-system: [ ubuntu-20.04 ]
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand Down

0 comments on commit 21cdbb8

Please sign in to comment.