Skip to content

Commit

Permalink
minor #153 add jobs for PHP 8.4 (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 0.3-dev branch.

Discussion
----------

add jobs for PHP 8.4

Commits
-------

b7a4bb1 add jobs for PHP 8.4
  • Loading branch information
xabbuh committed Sep 16, 2024
2 parents e3ed1e9 + b7a4bb1 commit aa0c861
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@ jobs:

runs-on: 'ubuntu-latest'

strategy:
matrix:
php-version:
- '8.1'

steps:
- name: 'Check out'
uses: 'actions/checkout@v4'

- name: 'Set up PHP'
uses: 'shivammathur/setup-php@v2'
with:
php-version: '${{ matrix.php-version }}'
php-version: '8.1'
coverage: 'none'

- name: 'Check the code style'
Expand All @@ -35,19 +30,14 @@ jobs:

runs-on: 'ubuntu-latest'

strategy:
matrix:
php-version:
- '8.1'

steps:
- name: 'Check out'
uses: 'actions/checkout@v4'

- name: 'Set up PHP'
uses: 'shivammathur/setup-php@v2'
with:
php-version: '${{ matrix.php-version }}'
php-version: '8.1'
coverage: 'none'

- name: 'Install dependencies'
Expand Down Expand Up @@ -88,6 +78,15 @@ jobs:
- php-version: '8.3'
composer-options: '--prefer-stable'
symfony-version: '7.2.*'
- php-version: '8.4'
composer-options: '--prefer-stable'
symfony-version: '6.4.*'
- php-version: '8.4'
composer-options: '--prefer-stable'
symfony-version: '7.1.*'
- php-version: '8.4'
composer-options: '--prefer-stable'
symfony-version: '7.2.*'

steps:
- name: 'Check out'
Expand Down

0 comments on commit aa0c861

Please sign in to comment.