Skip to content

Commit a5e749a

Browse files
committed
Merge branch 'hotfix/complete_gh_actions'
2 parents 85b0366 + b2d2174 commit a5e749a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
21+
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -49,7 +49,7 @@ jobs:
4949

5050
strategy:
5151
matrix:
52-
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
52+
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
5353

5454
steps:
5555
- uses: actions/checkout@v2

LICENCE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2016 Composer
1+
Copyright (C) 2024-2026 Path-PHP
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19-
SOFTWARE.
19+
SOFTWARE.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "olinox14/path-php",
33
"description": "Object-oriented file and path operations, inspired by the path.py python library",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"require": { "php": ">=8.0" },
66
"type": "library",
77
"license": "MIT",

0 commit comments

Comments
 (0)