Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #102

Merged
merged 17 commits into from
Jan 5, 2024
Prev Previous commit
Next Next commit
fixed
mirko-pagliai committed Jan 2, 2024
commit a94d87f260cf1f9f5c16a460018e804292580d72
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -137,11 +137,11 @@ jobs:

testsuite-windows:
runs-on: windows-2019
name: Windows - PHP 7.4
name: Windows - PHP 8.2

env:
EXTENSIONS: mbstring, intl, pdo_mysql
PHP_VERSION: '7.4'
PHP_VERSION: '8.2'

steps:
- uses: actions/checkout@v3