Skip to content

Commit

Permalink
run CI using PHP 8.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dzuelke committed Dec 17, 2024
1 parent 1438056 commit bdcc82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install PHP and Composer
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.3"
tools: "composer:2.8"
- name: Install packages from requirements.txt, plus s5cmd (for some tests)
run: |
Expand Down

0 comments on commit bdcc82b

Please sign in to comment.