Skip to content

Commit

Permalink
Run tests with php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio-godaddy committed Dec 27, 2023
1 parent 50eae93 commit 6aabee4
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 6aabee4

Please sign in to comment.