Skip to content

Commit 137549d

Browse files
committed
fix failed CI jobs - 'new' AWS-SDK-PHP needs PHP 8.1 minimum
1 parent b122b12 commit 137549d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: ['8.0']
13+
php: ['8.1']
1414
name: Pest - PHP ${{ matrix.php }}
1515
steps:
1616
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v2
4444
- uses: shivammathur/setup-php@v2
4545
with:
46-
php-version: '8.0'
46+
php-version: ${{ matrix.php }}
4747
extensions: soap, bcmath, pdo_sqlite, intl
4848
- uses: ramsey/composer-install@v1
4949
with:

0 commit comments

Comments
 (0)