Skip to content

Commit d19674e

Browse files
committed
PHP 8.1 Implementation
1 parent 189c5d4 commit d19674e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19+
- "8.3"
1920
- "8.2"
2021
- "8.1"
21-
- "8.0"
22-
- "7.4"
2322

2423
steps:
2524
- uses: actions/checkout@v4

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"prefer-stable": true,
1010
"minimum-stability": "dev",
1111
"require": {
12-
"php": ">=7.4",
13-
"byjg/anydataset": "4.9.*"
12+
"php": ">=8.1",
13+
"byjg/anydataset": "^5.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "5.7.*|7.4.*|^9.5"

0 commit comments

Comments
 (0)