Skip to content

Commit

Permalink
[ALLI-10620] Remove 8.0 and 8.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCu committed Jan 5, 2024
1 parent 3d52945 commit 36f09a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
strategy:
matrix:
include:
- php-version: 8.0
- php-version: 8.1
- php-version: 8.2
- php-version: 8.3

Expand All @@ -36,8 +34,6 @@ jobs:
strategy:
matrix:
include:
- php-version: 8.0
- php-version: 8.1
- php-version: 8.2
- php-version: 8.3

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "name": "Christopher Davis", "email": "chris@pmg.com" }
],
"require": {
"php": "^8.0",
"php": "^8.2",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"guzzlehttp/promises": "^1.3"

Expand Down

0 comments on commit 36f09a8

Please sign in to comment.