Skip to content

Commit 4387038

Browse files
committed
[Tests] Update PHP versions
Add 8.1 and remove 7.3
1 parent b986e41 commit 4387038

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
@@ -17,10 +17,10 @@ jobs:
1717
composer-flags: '--prefer-stable --prefer-lowest'
1818
description: 'with lowest'
1919
- php-version: '7.2'
20-
- php-version: '7.3'
2120
- php-version: '7.4'
2221
- php-version: '8.0'
23-
- php-version: '8.0'
22+
- php-version: '8.1'
23+
- php-version: '8.1'
2424
description: 'with Coding Standards'
2525
coding-standards: true
2626

0 commit comments

Comments
 (0)