Skip to content

Commit d438a5c

Browse files
committed
Update PHP versions in workflows
1 parent 27a4200 commit d438a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.3'
24+
php-version: '8.5'
2525
extensions: zip
2626

2727
- name: Validate composer.json and composer.lock

.github/workflows/update-monday.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.3'
17+
php-version: '8.5'
1818
extensions: zip
1919

2020
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)