File tree 1 file changed +3
-15
lines changed
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
fail-fast : true
21
21
matrix :
22
- php : [8.1 , 8.2 ]
22
+ php : [8.2 , 8.3 ]
23
23
stability : [prefer-stable]
24
24
25
25
name : PHP ${{ matrix.php }} - STABILITY ${{ matrix.stability }}
42
42
- name : Setup problem matchers
43
43
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
44
44
45
- - name : Setup OCI8 for PHP 8.1
46
- run : ./oci81.sh
47
- if : matrix.php == 8.1
48
-
49
- - name : Setup OCI8 for PHP 8.2
45
+ - name : Setup OCI8 for PHP 8.2+
50
46
run : ./oci82.sh
51
- if : matrix.php == 8.2
52
-
53
- - name : Set Minimum PDO-VIA-OCI8 Version
54
- uses : nick-invision/retry@v1
55
- with :
56
- timeout_minutes : 5
57
- max_attempts : 5
58
- command : composer require yajra/laravel-pdo-via-oci8:^3.0 --no-interaction --no-update
59
- if : matrix.php >= 8
47
+ if : matrix.php >= 8.2
60
48
61
49
- name : Install dependencies
62
50
uses : nick-invision/retry@v1
You can’t perform that action at this time.
0 commit comments