mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add PHP 8.5 to test matrix
This commit is contained in:
parent
bc6eaae544
commit
77379fe230
2 changed files with 44 additions and 22 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
|
||||
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue