Skip to content

Commit e2c6390

Browse files
authored
Merge pull request #11 from bwaidelich/feature/php83-compatibility
FEATURE: Declare PHP 8.3 compatibility
2 parents 9781cbc + a6a0fc6 commit e2c6390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-versions: [ '8.4' ]
17+
php-versions: [ '8.3', '8.4' ]
1818

1919
runs-on: ubuntu-latest
2020

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=8.4",
23+
"php": ">=8.3",
2424
"psr/clock": "^1",
2525
"webmozart/assert": "^1.11"
2626
},

0 commit comments

Comments
 (0)