Skip to content

Commit

Permalink
Add newest version PHP to CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsmith committed Oct 14, 2024
1 parent 4e717bf commit 34e2476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 34e2476

Please sign in to comment.