Skip to content

Commit

Permalink
- pull request feedback pt2 (restore 8.1 requirement)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcing committed Jan 13, 2025
1 parent 24d7cdc commit e5dfcbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.3', '8.4']
php-version: ['8.1', '8.2', '8.3', '8.4']

name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=8.3"
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "10.x"
Expand Down
2 changes: 1 addition & 1 deletion src/Manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Manifest
{
public const string MANIFEST_FILENAME = 'manifest.json';
public const MANIFEST_FILENAME = 'manifest.json';

/**
* [manifest file dirname => [src file => target file]]
Expand Down

0 comments on commit e5dfcbf

Please sign in to comment.