We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f303cf commit e8a3f57Copy full SHA for e8a3f57
.github/workflows/phpunit.yml
@@ -19,6 +19,7 @@ jobs:
19
- "development"
20
php-version:
21
- "8.0"
22
+ - "8.1"
23
operating-system:
24
- "ubuntu-latest"
25
@@ -62,7 +63,7 @@ jobs:
62
63
run: "make phpunit"
64
65
phpunit-rc:
- name: "PHPUnit tests on PHP 8"
66
+ name: "PHPUnit tests on nightly"
67
68
runs-on: ${{ matrix.operating-system }}
69
@@ -71,7 +72,7 @@ jobs:
71
72
dependencies:
73
- "locked"
74
- - "8.1"
75
+ - "8.2"
76
77
78
0 commit comments