Skip to content

Commit e8b475d

Browse files
tdwestenclaude
andcommitted
chore: update CI workflow to use PHP 8.3
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b1376ed commit e8b475d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
1414
with:
15-
php-version: "8.2"
15+
php-version: "8.3"
1616
- uses: actions/checkout@v3
1717
- name: Install Dependencies
1818
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
2525
with:
26-
php-version: "8.2"
26+
php-version: "8.3"
2727
- uses: actions/checkout@v3
2828
- name: Install Dependencies
2929
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

0 commit comments

Comments
 (0)