Skip to content

Commit

Permalink
Add support for PHP8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Dec 4, 2024
1 parent 3ca636c commit 8846831
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -49,7 +49,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -74,7 +74,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -95,6 +95,7 @@ jobs:
matrix:
php-version:
- '8.3'
- '8.4'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v4
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
ini-values: memory_limit=-1
coverage: pcov
tools: composer:v2
Expand Down

0 comments on commit 8846831

Please sign in to comment.