Skip to content

Commit e4f1e47

Browse files
authored
Merge pull request #1261 from abraham/php
Drop php 8.0
2 parents f147987 + f221ae4 commit e4f1e47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php-versions: ['8.0', '8.1', '8.2']
9+
php-versions: ['8.1', '8.2']
1010
name: PHP ${{ matrix.php-versions }}
1111
steps:
1212
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"require": {
35-
"php": "8.*",
35+
"php": "^8.1",
3636
"ext-curl": "*",
3737
"composer/ca-bundle": "^1.2"
3838
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)