Skip to content

Commit de4416b

Browse files
committed
Mark PHP 8.1 as a normal tested version
Signed-off-by: William Desportes <[email protected]>
1 parent 0bc2989 commit de4416b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ 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
os: [ubuntu-latest]
2020
experimental: [false]
2121
composer-options: ['']
2222
include:
23-
- { php-version: '8.1', experimental: false, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
2423
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
2524
steps:
2625
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)