Skip to content

Commit

Permalink
Fix tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio-godaddy committed Dec 27, 2023
1 parent 6aabee4 commit ceca878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
php: [ '8.3' ]
os: [ 'ubuntu-22.04' ]
os: [ 'ubuntu-latest' ]
include:
- php: '8.2'
os: 'ubuntu-latest'
os: 'ubuntu-22.04'
- php: '8.1'
os: 'ubuntu-latest'
os: 'ubuntu-22.04'
- php: '8.0'
os: 'ubuntu-20.04'
- php: '7.4'
Expand Down

0 comments on commit ceca878

Please sign in to comment.