We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1310fcb commit c071e88Copy full SHA for c071e88
.github/workflows/build.yml
@@ -51,16 +51,19 @@ jobs:
51
strategy:
52
matrix:
53
php:
54
- - 7.4
55
- - 8.0
+ - 8.1
+ - 8.2
56
+ - 8.3
57
include:
- - php: 7.4
58
+ - php: 8.1
59
phpunit: 9.5.0
- - php: 8.0
60
+ - php: 8.2
61
+ phpunit: 9.5.0
62
+ - php: 8.3
63
64
65
steps:
- - uses: actions/checkout@v2
66
+ - uses: actions/checkout@v3
67
68
- name: Cache Composer dependencies
69
uses: actions/cache@v2
@@ -72,7 +75,7 @@ jobs:
72
75
with:
73
76
php_version: ${{ matrix.php }}
74
77
- - uses: php-actions/phpunit@v9
78
+ - uses: php-actions/phpunit@v3
79
80
81
version: ${{ matrix.phpunit }}
0 commit comments