Skip to content

Commit

Permalink
Drop support for php 8.1 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Nov 12, 2024
1 parent b13a2ee commit fd73f1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/dockerfiles/workspace.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM composer:2.8.2 AS composer
FROM php:8.1.28-alpine3.18
FROM php:8.2.25-alpine3.18

RUN apk add --update --no-cache --virtual .build-deps $PHPIZE_DEPS linux-headers \
&& pecl install xdebug \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: "Validate composer.json and composer.lock"
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
with:
php-version: '8.1'
php-version: '8.2'
coverage: none
tools: cs2pr

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
with:
php-version: '8.1'
php-version: '8.2'
coverage: xdebug
extensions: mbstring

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $client->send($message);

## Requirements

- PHP >= 8.1
- PHP >= 8.2
- Composer
- PHP Extensions:
- [`JSON`](https://www.php.net/manual/en/book.json.php)
Expand Down

0 comments on commit fd73f1e

Please # to comment.