Skip to content

Commit 27e4df2

Browse files
committed
Add PHP 8.5 to normal CI workflow
1 parent 8ec767d commit 27e4df2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ jobs:
1414
continue-on-error: ${{ matrix.experimental }}
1515
strategy:
1616
matrix:
17-
php-version: ['8.2', '8.3', '8.4']
17+
php-version: ['8.2', '8.3', '8.4', '8.5']
1818
php-extensions: ['dbase', ':dbase']
1919
os: [ubuntu-latest]
2020
experimental: [false]
2121
composer-options: ['']
2222
include:
23-
- { php-version: '8.5', php-extensions: 'dbase', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
24-
- { php-version: '8.5', php-extensions: ':dbase', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
2523
- { php-version: '8.6', php-extensions: 'dbase', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
2624
- { php-version: '8.6', php-extensions: ':dbase', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
2725
steps:

0 commit comments

Comments
 (0)