Skip to content

Commit 54827e7

Browse files
committed
>=7.4
1 parent 6d72adf commit 54827e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1414

1515
name: PHP ${{ matrix.php }}
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
@@ -29,4 +29,4 @@ jobs:
2929
run: composer install --no-interaction --prefer-dist
3030

3131
- name: Run PHPUnit
32-
run: vendor/bin/phpunit
32+
run: vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=8.0",
12+
"php": ">=7.4",
1313
"ext-json": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)