Skip to content

Commit

Permalink
Add PHP 8.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 authored Nov 29, 2023
1 parent 5d8afd5 commit 9af8aa3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
dependencies: [ stable, beta, lowest ]
experimental: [ false ]
include:
Expand All @@ -27,9 +28,9 @@ jobs:
dependencies: lowest
- description: 'beta/RC dependencies'
dependencies: beta
- description: 'nightly with stable dependencies'
php: 8.3
experimental: true
# - description: 'nightly with stable dependencies'
# php: 8.4
# experimental: true

name: PHP ${{ matrix.php }} ${{ matrix.description }}
steps:
Expand Down

0 comments on commit 9af8aa3

Please sign in to comment.