Skip to content

Bump nesbot/carbon from 2.63.0 to 2.72.6 #57

Bump nesbot/carbon from 2.63.0 to 2.72.6

Bump nesbot/carbon from 2.63.0 to 2.72.6 #57

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Composer
uses: php-actions/composer@v4
- name: Run PHPUnit
uses: php-actions/phpunit@v9
with:
configuration: ./phpunit.xml
memory_limit: 256M