Skip to content

Commit 441540e

Browse files
committed
Update GitHub workflows to use PHP 8.3 and 8.4
1 parent bc8b89c commit 441540e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: '8.2'
25+
php-version: '8.4'
2626

2727
- name: Get version
2828
run: |

.github/workflows/docs-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.2'
19+
php-version: '8.3'
2020

2121
- name: Get Composer Cache Directory
2222
id: composer-cache

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.2'
18+
php-version: '8.3'
1919

2020
- name: Get Composer Cache Directory
2121
id: composer-cache

0 commit comments

Comments
 (0)