Skip to content

Commit 7e1a7dd

Browse files
committed
chore: add PHP 8.4 to CI configuration matrix
1 parent d7caf08 commit 7e1a7dd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-version: ['8.2', '8.3']
10+
php-version: ['8.2', '8.3', '8.4']
1111
symfony-version: ['^6.4', '^7.0']
12-
exclude:
13-
- php-version: '8.3'
14-
symfony-version: '^6.4'
1512
steps:
1613
- uses: actions/checkout@master
1714
- uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)