Skip to content

Commit 616edc0

Browse files
committed
drop old PHP
1 parent 11bba91 commit 616edc0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0 || ^8.0",
13+
"php": "^7.4 || ^8.0",
1414
"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"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)