1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00

Try bumping PHP on windows CI

This commit is contained in:
Daniil Gentili 2024-01-17 13:52:58 +01:00
parent 2a7d6d2750
commit 0ba0928f94

View File

@ -54,7 +54,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
ini-values: zend.assertions=1, assert.exception=1, opcache.enable_cli=1, opcache.jit=function, opcache.jit_buffer_size=512M
tools: composer:v2
coverage: none