Skip to content

Commit f46cfa1

Browse files
committed
Update GitHub Actions workflows to use PHP 8.3
1 parent 974d35a commit f46cfa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '8.2'
23+
php-version: '8.3'
2424

2525
- name: Install dependencies
2626
run: composer install
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up PHP
6868
uses: shivammathur/setup-php@v2
6969
with:
70-
php-version: '8.2'
70+
php-version: '8.3'
7171

7272
- name: Composer Install
7373
run: composer install --no-dev --no-suggest --optimize-autoloader --no-interaction

0 commit comments

Comments
 (0)