Skip to content

Commit

Permalink
chore: add ci testruns for php 8.2 and 8.3 (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Sep 4, 2023
1 parent 95c424c commit 6c83975
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 @@ -15,12 +15,12 @@ jobs:
# Keys:
# - experimental: Whether the build is "allowed to fail".
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
experimental: [false]

include:
# Nightly.
- php: '8.1'
- php: '8.3'
experimental: true

name: "PHP: ${{ matrix.php }}"
Expand Down

0 comments on commit 6c83975

Please sign in to comment.