Skip to content

Commit

Permalink
Merge pull request #28 from PUGX/test_php84
Browse files Browse the repository at this point in the history
👷 test on PHP 8.4
  • Loading branch information
garak authored Nov 2, 2024
2 parents 8da3d20 + c03af5e commit d535077
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
php: '8.1'
- description: '8.2'
php: '8.2'
- description: 'latest'
- description: '8.3'
php: '8.3'
- description: 'latest'
php: '8.4'
name: PHP ${{ matrix.php }} tests
steps:
- name: Checkout
Expand All @@ -57,7 +59,7 @@ jobs:
- run: bin/phpunit --coverage-clover=clover.xml
- name: Code Climate Test Reporter
uses: aktions/codeclimate-test-reporter@v1
if: ${{ github.event_name != 'pull_request' && matrix.php == '8.3' }}
if: ${{ github.event_name != 'pull_request' && matrix.php == '8.4' }}
with:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: after-build --coverage-input-type clover
Expand Down

0 comments on commit d535077

Please sign in to comment.