We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189c5d4 commit d19674eCopy full SHA for d19674e
.github/workflows/phpunit.yml
@@ -16,10 +16,9 @@ jobs:
16
strategy:
17
matrix:
18
php-version:
19
+ - "8.3"
20
- "8.2"
21
- "8.1"
- - "8.0"
22
- - "7.4"
23
24
steps:
25
- uses: actions/checkout@v4
composer.json
@@ -9,8 +9,8 @@
9
"prefer-stable": true,
10
"minimum-stability": "dev",
11
"require": {
12
- "php": ">=7.4",
13
- "byjg/anydataset": "4.9.*"
+ "php": ">=8.1",
+ "byjg/anydataset": "^5.0"
14
},
15
"require-dev": {
"phpunit/phpunit": "5.7.*|7.4.*|^9.5"
0 commit comments