Skip to content

Commit e049c57

Browse files
committed
Removing support for PHP 8.0
1 parent f72e931 commit e049c57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77

88
jobs:
99
php:
10-
name: PHP 8.0, 8.1, and 8.2
10+
name: PHP 8.1, and 8.2
1111
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
15-
php-version: [8.0, 8.1, 8.2]
15+
php-version: [8.1, 8.2]
1616

1717
steps:
1818
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^8.0",
17+
"php": "^8.1",
1818
"ext-curl": "*"
1919
}
2020
}

0 commit comments

Comments
 (0)