We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b29b2 commit 56d390eCopy full SHA for 56d390e
.github/workflows/ci.yml
@@ -8,14 +8,13 @@ jobs:
8
strategy:
9
matrix:
10
php-versions: ['8.1', '8.2', '8.3']
11
- phpunit-versions: ['latest']
12
steps:
13
- name: Setup PHP
14
uses: shivammathur/setup-php@v2
15
with:
16
php-version: ${{ matrix.php-versions }}
17
extensions: intl
18
- tools: phpunit:${{ matrix.phpunit-versions }}
+
19
- name: Composer install
20
run: composer install --prefer-dist
21
0 commit comments