Skip to content

Commit 254566b

Browse files
committed
ci: run PHP 8.1 as a normal version and test nightly
1 parent 62ed6be commit 254566b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
11+
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
1212
os: [ubuntu-latest]
1313
experimental: [false]
1414
composer-options: ['']
1515
include:
16-
- { php-version: '8.1', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
16+
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Use php ${{ matrix.php-version }}

0 commit comments

Comments
 (0)