Skip to content

Commit 749f834

Browse files
committed
Mark PHP 8.1 as a normal tested PHP version and test on nightly
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 83cc112 commit 749f834

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
continue-on-error: ${{ matrix.experimental }}
1616
strategy:
1717
matrix:
18-
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
18+
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
1919
php-extensions: ["dbase", ""]
2020
os: [ubuntu-latest]
2121
experimental: [false]
2222
composer-options: ['']
2323
include:
24-
- { php-version: '8.1', php-extensions: '', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
24+
- { php-version: 'nightly', php-extensions: '', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
2525
steps:
2626
- uses: actions/checkout@v2
2727
with:

0 commit comments

Comments
 (0)