Skip to content

Commit 558f00d

Browse files
Updated github workflow
Signed-off-by: Tom Wright <[email protected]>
1 parent f966cf5 commit 558f00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Set up PHP"
2020
uses: "shivammathur/setup-php@v2"
2121
with:
22-
php-version: "8.1"
22+
php-version: "8.3"
2323
extensions: "${{ env.PHP_EXTENSIONS }}"
2424
ini-values: "post_max_size=256M"
2525

@@ -101,7 +101,7 @@ jobs:
101101
- name: "Set up PHP"
102102
uses: "shivammathur/setup-php@v2"
103103
with:
104-
php-version: "8.1"
104+
php-version: "8.3"
105105
extensions: "${{ env.PHP_EXTENSIONS }}"
106106
ini-values: "post_max_size=256M"
107107

0 commit comments

Comments
 (0)