Skip to content

Commit

Permalink
Merge pull request #17 from Chris53897/feature/add-php-82-to-testruns
Browse files Browse the repository at this point in the history
chore: add ci testruns for php 8.2 and 8.3 (experimental)
  • Loading branch information
theseer authored Sep 4, 2023
2 parents 95c424c + 6c83975 commit d24e2ca
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 d24e2ca

Please sign in to comment.