Skip to content

Commit

Permalink
ci: Add PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Feb 19, 2025
1 parent 0a2556c commit aee5020
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/composer-root-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.3' ]
php: [ '8.4' ]

steps:
- name: Checkout
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
tools: composer
coverage: none

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
php:
- '8.2'
- '8.3'
- '8.4'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:
php:
- '8.2'
- '8.3'
- '8.4'
composer:
- 'composer:2.2'
- 'composer'
Expand Down Expand Up @@ -158,7 +160,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.3'
- '8.4'
coverage:
- xdebug

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
tools: composer
coverage: none

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
tools: composer
coverage: none

Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
tools: composer
coverage: none

Expand All @@ -69,6 +69,7 @@ jobs:
php:
- '8.2'
- '8.3'
- '8.4'
symfony:
- 'unchanged'
- '6.4.*'
Expand Down

0 comments on commit aee5020

Please sign in to comment.