Skip to content

Commit c9865d0

Browse files
committed
Use php 8.3
1 parent f695455 commit c9865d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@v4
6060

61+
- name: Install PHP
62+
uses: shivammathur/setup-php@v2
63+
with:
64+
php-version: '8.3'
65+
6166
- name: Install dependencies
6267
run: composer install --no-progress
6368

0 commit comments

Comments
 (0)