Skip to content

Bump nesbot/carbon from 3.8.3 to 3.8.4 #112

Bump nesbot/carbon from 3.8.3 to 3.8.4

Bump nesbot/carbon from 3.8.3 to 3.8.4 #112

Workflow file for this run

name: Automated Testing
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
- name: Composer Install
run: composer install --ignore-platform-reqs
- name: Run Tests
run: vendor/bin/phpunit