Skip to content

Commit 8d86284

Browse files
committed
Update CI to run with PHP 8.4 and Symfony 7.2
1 parent 1f6db11 commit 8d86284

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/ci.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
coverage: none
21-
php-version: 8.3
21+
php-version: 8.4
2222

2323
- name: "Install Dependencies with Composer"
2424
uses: ramsey/composer-install@v2
@@ -31,6 +31,8 @@ jobs:
3131
php-cs-fixer:
3232
name: PHP-CS-Fixer
3333
runs-on: ubuntu-latest
34+
env:
35+
PHP_CS_FIXER_IGNORE_ENV: 1
3436
steps:
3537
- name: "Checkout"
3638
uses: actions/checkout@v4
@@ -54,7 +56,7 @@ jobs:
5456
strategy:
5557
matrix:
5658
dependencies: ['highest']
57-
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
59+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
5860
include:
5961
- php-version: 7.4
6062
dependencies: 'lowest'
@@ -76,6 +78,14 @@ jobs:
7678
symfony-version: 6.4.*
7779
- php-version: 8.3
7880
symfony-version: 7.0.*
81+
- php-version: 8.3
82+
symfony-version: 7.1.*
83+
- php-version: 8.3
84+
symfony-version: 7.2.*
85+
- php-version: 8.4
86+
symfony-version: 7.1.*
87+
- php-version: 8.4
88+
symfony-version: 7.2.*
7989
steps:
8090
- name: "Checkout"
8191
uses: actions/checkout@v4
@@ -111,7 +121,7 @@ jobs:
111121
uses: shivammathur/setup-php@v2
112122
with:
113123
coverage: pcov
114-
php-version: 8.3
124+
php-version: 8.4
115125

116126
- name: "Install Dependencies with Composer"
117127
uses: ramsey/composer-install@v2

0 commit comments

Comments
 (0)