Skip to content

Commit c8fc3c2

Browse files
ci: bump workflows to php 8.4
1 parent e79590a commit c8fc3c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: '8.2'
13+
php-version: '8.4'
1414
- uses: actions/checkout@v4
1515
- name: Install Dependencies
1616
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: '8.2'
13+
php-version: '8.4'
1414

1515
- uses: actions/checkout@v4
1616
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: '8.2'
13+
php-version: '8.4'
1414
- uses: actions/checkout@v4
1515
- name: Install Dependencies
1616
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

0 commit comments

Comments
 (0)