Skip to content

Commit e8a3f57

Browse files
committed
Ensure compatibility with PHP 8.1
1 parent 3f303cf commit e8a3f57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "development"
2020
php-version:
2121
- "8.0"
22+
- "8.1"
2223
operating-system:
2324
- "ubuntu-latest"
2425

@@ -62,7 +63,7 @@ jobs:
6263
run: "make phpunit"
6364

6465
phpunit-rc:
65-
name: "PHPUnit tests on PHP 8"
66+
name: "PHPUnit tests on nightly"
6667

6768
runs-on: ${{ matrix.operating-system }}
6869

@@ -71,7 +72,7 @@ jobs:
7172
dependencies:
7273
- "locked"
7374
php-version:
74-
- "8.1"
75+
- "8.2"
7576
operating-system:
7677
- "ubuntu-latest"
7778

0 commit comments

Comments
 (0)