Skip to content

Commit d8b606a

Browse files
committed
Add testing on PHP 8.1 and 8.2 and add php nightly
Signed-off-by: William Desportes <[email protected]>
1 parent bb3d581 commit d8b606a

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
@@ -15,12 +15,12 @@ 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", "8.2"]
1919
experimental: [false]
2020
composer-options: ['']
2121
os: [ubuntu-latest]
2222
include:
23-
- { php-version: '8.1', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
23+
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Use php ${{ matrix.php-version }}

0 commit comments

Comments
 (0)