Skip to content

Commit 26aa899

Browse files
committed
chore(workflows): update PHP version
1 parent c50c47d commit 26aa899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

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.1
18+
php-version: 8.3
1919
extensions: dom, libxml, mbstring, zip, curl, bcmath, pcntl, inotify
2020
tools: composer:v2
2121
coverage: none

.github/workflows/inotify.yml

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.1
18+
php-version: 8.3
1919
extensions: dom, libxml, mbstring, zip, curl, bcmath, pcntl, inotify
2020
tools: composer:v2
2121
coverage: none

0 commit comments

Comments
 (0)