Skip to content

Commit

Permalink
adding php 8.5 to build matrix
Browse files Browse the repository at this point in the history
- build against 8.5 (nightly)
- make 8.4 non-experimental
  • Loading branch information
brettmc committed Nov 26, 2024
1 parent f1c9827 commit 0a1c21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4']
experimental: [false]
composer_args: [""]
include:
- php-version: 8.4
- php-version: 8.5
experimental: true
composer_args: "--ignore-platform-reqs"
env:
Expand Down

0 comments on commit 0a1c21c

Please sign in to comment.