Skip to content

Commit bedd55e

Browse files
committed
ci: add PHP nightly and set 8.1 as a non experimental PHP version
1 parent 1cbb499 commit bedd55e

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
@@ -9,12 +9,12 @@ jobs:
99
continue-on-error: ${{ matrix.experimental }}
1010
strategy:
1111
matrix:
12-
php-version: ["7.2", "7.3", "7.4", "8.0"]
12+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
1313
os: [ubuntu-latest]
1414
experimental: [false]
1515
composer-options: ['']
1616
include:
17-
- { php-version: '8.1', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
17+
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use php ${{ matrix.php-version }}

0 commit comments

Comments
 (0)