Skip to content

Commit 9108327

Browse files
authored
Merge pull request #27 from aternosorg/drop-php81-php82
Drop support for php 8.1 and php 8.2
2 parents ba0b3e8 + 8f7ac59 commit 9108327

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/tests.yaml

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

1313
strategy:
1414
matrix:
15-
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
15+
php-version: [ '8.3', '8.4' ]
1616

1717
name: Run tests on PHP v${{ matrix.php-version }}
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.1"
13+
"php": ">=8.3"
1414
},
1515
"autoload": {
1616
"psr-4": {

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)