Skip to content

Commit b7a4bb1

Browse files
committed
add jobs for PHP 8.4
1 parent e3ed1e9 commit b7a4bb1

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,14 @@ jobs:
1010

1111
runs-on: 'ubuntu-latest'
1212

13-
strategy:
14-
matrix:
15-
php-version:
16-
- '8.1'
17-
1813
steps:
1914
- name: 'Check out'
2015
uses: 'actions/checkout@v4'
2116

2217
- name: 'Set up PHP'
2318
uses: 'shivammathur/setup-php@v2'
2419
with:
25-
php-version: '${{ matrix.php-version }}'
20+
php-version: '8.1'
2621
coverage: 'none'
2722

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

3631
runs-on: 'ubuntu-latest'
3732

38-
strategy:
39-
matrix:
40-
php-version:
41-
- '8.1'
42-
4333
steps:
4434
- name: 'Check out'
4535
uses: 'actions/checkout@v4'
4636

4737
- name: 'Set up PHP'
4838
uses: 'shivammathur/setup-php@v2'
4939
with:
50-
php-version: '${{ matrix.php-version }}'
40+
php-version: '8.1'
5141
coverage: 'none'
5242

5343
- name: 'Install dependencies'
@@ -88,6 +78,15 @@ jobs:
8878
- php-version: '8.3'
8979
composer-options: '--prefer-stable'
9080
symfony-version: '7.2.*'
81+
- php-version: '8.4'
82+
composer-options: '--prefer-stable'
83+
symfony-version: '6.4.*'
84+
- php-version: '8.4'
85+
composer-options: '--prefer-stable'
86+
symfony-version: '7.1.*'
87+
- php-version: '8.4'
88+
composer-options: '--prefer-stable'
89+
symfony-version: '7.2.*'
9190

9291
steps:
9392
- name: 'Check out'

0 commit comments

Comments
 (0)