Skip to content

Commit 56d390e

Browse files
author
Gareth Ellis
committed
And again
1 parent f4b29b2 commit 56d390e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ jobs:
88
strategy:
99
matrix:
1010
php-versions: ['8.1', '8.2', '8.3']
11-
phpunit-versions: ['latest']
1211
steps:
1312
- name: Setup PHP
1413
uses: shivammathur/setup-php@v2
1514
with:
1615
php-version: ${{ matrix.php-versions }}
1716
extensions: intl
18-
tools: phpunit:${{ matrix.phpunit-versions }}
17+
1918
- name: Composer install
2019
run: composer install --prefer-dist
2120

0 commit comments

Comments
 (0)