Skip to content

Commit bdcc82b

Browse files
committed
run CI using PHP 8.3
Just for consistency with the version we bootstrap, since a few of the platform installer/generator related tests run directly in RSpec with the 'local' PHP, not via Hatchet
1 parent 1438056 commit bdcc82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install PHP and Composer
4949
uses: shivammathur/setup-php@v2
5050
with:
51-
php-version: "8.2"
51+
php-version: "8.3"
5252
tools: "composer:2.8"
5353
- name: Install packages from requirements.txt, plus s5cmd (for some tests)
5454
run: |

0 commit comments

Comments
 (0)