Skip to content

Commit e0c338d

Browse files
committed
ci: 8.2 and 8.3
1 parent 643865a commit e0c338d

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/continuous-integration.yml

+3-15
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.1, 8.2]
22+
php: [8.2, 8.3]
2323
stability: [prefer-stable]
2424

2525
name: PHP ${{ matrix.php }} - STABILITY ${{ matrix.stability }}
@@ -42,21 +42,9 @@ jobs:
4242
- name: Setup problem matchers
4343
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4444

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+
5046
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
6048

6149
- name: Install dependencies
6250
uses: nick-invision/retry@v1

0 commit comments

Comments
 (0)