Skip to content

Commit 95f1eb1

Browse files
committed
fix: ci using php 8.3
1 parent 0f6f7a2 commit 95f1eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: ['8.2']
17+
php: ['8.3']
1818
steps:
1919
- uses: actions/checkout@v4
2020

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP with tools
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.2'
17+
php-version: '8.3'
1818
tools: composer
1919

2020
- name: Install dependencies

0 commit comments

Comments
 (0)