Skip to content

Commit 0a13a75

Browse files
committed
fix ci setup
1 parent d463648 commit 0a13a75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.3'
15+
php-version: '8.4'
1616
extensions: pcntl, curl, pdo_mysql, zip, curl, redis
1717
coverage: none
1818

.github/workflows/stan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.3'
15+
php-version: '8.4'
1616
coverage: none
1717

1818
- name: Install composer dependencies

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.3'
15+
php-version: '8.4'
1616
extensions: pcntl, curl, pdo_mysql, zip, curl, redis
1717
coverage: none
1818

0 commit comments

Comments
 (0)