Skip to content

Commit 939ebb7

Browse files
committed
update workflows
1 parent 929de22 commit 939ebb7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# - name: Setup PHP
3232
# uses: shivammathur/setup-php@v2
3333
# with:
34-
# php-version: "8.2"
34+
# php-version: "8.4"
3535
# extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
3636
# coverage: pcov
3737

@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup PHP
6666
uses: shivammathur/setup-php@v2
6767
with:
68-
php-version: "8.2"
68+
php-version: "8.4"
6969
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
7070
coverage: pcov
7171

@@ -74,6 +74,8 @@ jobs:
7474

7575
- name: Run php-cs-fixer
7676
run: composer format
77+
env:
78+
PHP_CS_FIXER_IGNORE_ENV: true # TODO: Remove this line when php-cs-fixer is updated
7779

7880
- uses: stefanzweifel/git-auto-commit-action@v4
7981
with:
@@ -94,7 +96,7 @@ jobs:
9496
- name: Setup PHP
9597
uses: shivammathur/setup-php@v2
9698
with:
97-
php-version: "8.2"
99+
php-version: "8.4"
98100
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
99101
coverage: pcov
100102

0 commit comments

Comments
 (0)