Skip to content

Commit

Permalink
gh-29 feat (Php8.4) Confirm support for php 8.4 and update README and…
Browse files Browse the repository at this point in the history
… CI/CD flows
  • Loading branch information
Wtyd committed Jan 12, 2025
1 parent 11d3f98 commit 699043a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.4', '8.1', '8.3']
php-versions: ['7.2', '7.4', '8.1', '8.4']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '8.0', '8.3']
php-versions: ['7.2', '8.0', '8.4']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/schedule-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: '0 4 * * sun' # Sundays at 04 am


env:
extensions: mbstring #intl, pcov
codecoverage_path: reports/coverage
Expand All @@ -18,7 +17,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.3']
php-versions: ['8.4']
name: Code Coverage
steps:
- name: Checkout
Expand Down Expand Up @@ -68,7 +67,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.3']
php-versions: ['8.4']
name: Infection
steps:
- name: Checkout
Expand Down Expand Up @@ -121,7 +120,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.3']
php-versions: ['8.4']
name: PhpMetrics
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://github.com/Wtyd/githooks/commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/Wtyd/githooks"></a>
<a href="https://github.com/Wtyd/githooks/issues" title="Open Issues"><img src="https://img.shields.io/github/issues/Wtyd/githooks"></a>
<a href="https://github.com/Wtyd/githooks/blob/master/LICENSE" title="License"><img src="https://img.shields.io/github/license/Wtyd/githooks"></a>
<a href="#tada-php-support" title="PHP Versions Supported"><img alt="PHP Versions Supported" src="https://img.shields.io/badge/php-7.1%20to%208.3-777bb3.svg?logo=php&logoColor=white&labelColor=555555"></a>
<a href="#tada-php-support" title="PHP Versions Supported"><img alt="PHP Versions Supported" src="https://img.shields.io/badge/php-7.1%20to%208.4-777bb3.svg?logo=php&logoColor=white&labelColor=555555"></a>
<img src="https://img.shields.io/github/v/release/Wtyd/githooks">
</p>
<p align="center">
Expand Down

0 comments on commit 699043a

Please sign in to comment.