Skip to content

Commit ecfc07e

Browse files
committed
ci(workflows): upgrade PHP version
Signed-off-by: Edward Ly <[email protected]>
1 parent 41b058c commit ecfc07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# do not stop on another job's failure
2727
fail-fast: false
2828
matrix:
29-
php-versions: [ '8.1' ]
29+
php-versions: [ '8.3' ]
3030
databases: [ 'sqlite' ]
3131
server-versions: [ 'master', 'stable31', 'stable30' ]
3232

0 commit comments

Comments
 (0)