Skip to content

Commit 6af70c0

Browse files
authored
Merge pull request #127 from aternosorg/update-dependencies
Update dependencies + update to php 8.3
2 parents 472979e + d396814 commit 6af70c0

File tree

15 files changed

+423
-380
lines changed

15 files changed

+423
-380
lines changed

.github/workflows/tests.yaml

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

1414
strategy:
1515
matrix:
16-
php-version: [ '8.1', '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

@@ -41,4 +41,4 @@ jobs:
4141
run: composer install --no-interaction --prefer-dist --no-progress
4242

4343
- name: Run phpunit tests
44-
run: vendor/bin/phpunit --colors=always --testdox
44+
run: vendor/bin/phpunit --colors=always --testdox

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.1.0",
13+
"php": ">=8.3.0",
1414
"ext-json": "*",
15-
"aternos/codex": "^2.2.0"
15+
"aternos/codex": "^3.0.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^10.5"
18+
"phpunit/phpunit": "^12.4"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)