Skip to content

Commit df91598

Browse files
authored
Merge pull request #11 from aternosorg/drop-php82
drop php 8.2 support
2 parents 344e13b + 617a959 commit df91598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

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

1414
strategy:
1515
matrix:
16-
php-version: [ '8.2', '8.3', '8.4' ]
16+
php-version: [ '8.3', '8.4' ]
1717

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

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.2"
23+
"php": ">=8.3"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^11.5",

0 commit comments

Comments
 (0)