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

Update PHP Dependencies and run tests with PHP 8.3 #237

Merged
merged 12 commits into from
Jan 4, 2024
Prev Previous commit
Next Next commit
Run tests with php 8.3
  • Loading branch information
unfulvio-godaddy committed Dec 27, 2023
commit 6aabee4f5ddf2c3084fdf0e52a3e0e8146b33587
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php: [ '8.2' ]
os: [ 'ubuntu-20.04' ]
php: [ '8.3' ]
os: [ 'ubuntu-22.04' ]
include:
- php: '8.2'
os: 'ubuntu-latest'
- php: '8.1'
os: 'ubuntu-latest'
- php: '8.0'
Expand Down
Loading