Skip to content

Commit

Permalink
Drop php8.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Feb 23, 2025
1 parent 3cf280d commit fed2d87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/commit-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
php:
- '8.1'
- '8.2'
fail-fast: false
steps:
- name: Checkout on SHA-${{ inputs.triggering-sha }}
Expand Down Expand Up @@ -136,14 +136,13 @@ jobs:
max-parallel: 5
matrix:
php:
#- '8.1'
- '8.2'
- '8.3'
- '8.4'
is-php-experimental: [true]
generate-coverage-report: [false]
include:
- php: '8.1'
- php: '8.2'
is-php-experimental: false
generate-coverage-report: true
# php-8.3 support issues with laminas/laminas-zendframework-bridge & laminas/laminas-code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Accounts service for oe-modules.com",
"license": "MIT",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-openssl": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fed2d87

Please sign in to comment.