Skip to content

Commit 15e9b63

Browse files
committed
drop old PHP
1 parent 54e76ea commit 15e9b63

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: '8.1'
14+
php-version: '8.5'
1515
coverage: none
1616
- run: composer update --no-progress
1717
- run: composer update --no-progress --working-dir=dev-tools
@@ -28,12 +28,8 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- php-version: '7.0'
32-
composer-flags: '--prefer-stable --prefer-lowest'
33-
- php-version: '7.1'
34-
- php-version: '7.2'
35-
- php-version: '7.3'
3631
- php-version: '7.4'
32+
composer-flags: '--prefer-stable --prefer-lowest'
3733
- php-version: '8.0'
3834
- php-version: '8.1'
3935
- php-version: '8.2'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.0 || ^8.0",
16+
"php": "^7.4 || ^8.0",
1717
"ext-dom": "*",
1818
"ext-libxml": "*",
1919
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7 || ^12.0.2 || ^13.0.0"

0 commit comments

Comments
 (0)