There was an error while loading. Please reload this page.
1 parent 12a3303 commit 9c33168Copy full SHA for 9c33168
1 file changed
.github/workflows/tests.yml
@@ -27,6 +27,16 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v4
29
30
+ - name: Setup PHP
31
+ uses: shivammathur/setup-php@v2
32
+ with:
33
+ php-version: ${{ matrix.php }}
34
+ extensions: mbstring, intl
35
+ tools: composer
36
+
37
+ - name: Install dependencies
38
+ run: composer install --no-interaction
39
40
- name: Setup environment
41
run: cp .env.dist .env
42
@@ -45,6 +55,16 @@ jobs:
45
55
46
56
47
57
58
59
60
61
+ php-version: 8.2
62
63
64
65
66
67
48
68
49
69
50
70
0 commit comments