Skip to content

Update GitHub Actions workflows#10

Merged
basi merged 4 commits intomainfrom
work/update-github-actions
Jan 22, 2025
Merged

Update GitHub Actions workflows#10
basi merged 4 commits intomainfrom
work/update-github-actions

Conversation

@basi
Copy link
Copy Markdown
Owner

@basi basi commented Jan 22, 2025

Changes

  • Fix vendors directory paths in both phpcs and tests workflows (vendor → vendors)
  • Maintain PHP 7.4 version in phpcs workflow for code style checking

Details

phpcs.yml changes

  • Use PHP 7.4 for code style checking
  • Fix vendors directory paths in CodeSniffer commands

tests.yml changes

  • Fix vendors directory paths in autoload and PHPUnit commands

These changes maintain consistency with the project's existing directory structure.

basi added 4 commits January 22, 2025 19:48
- Update PHP version from 7.4 to 8.3 in phpcs workflow
- Fix vendor directory path in both workflows
- Restore vendors directory path in phpcs workflow
- Restore vendors directory path in tests workflow

This change maintains consistency with the project's existing directory structure.
This change maintains the original PHP version requirement for code style checking.
- Update autoload path to use vendors directory
- Update PHPUnit path to use vendors directory

This change maintains consistency with the project's directory structure.
@basi basi merged commit 4ec5638 into main Jan 22, 2025
@basi basi deleted the work/update-github-actions branch January 22, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant