Skip to content

Commit ee70a38

Browse files
authored
PHP 8 tests (#5)
* added PHP-8 to test files
1 parent 55dae3f commit ee70a38

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [7.3, 7.4]
12+
php: [7.3, 7.4, 8.0, 8.1, 8.2]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
File renamed without changes.

0 commit comments

Comments
 (0)