Skip to content

Commit c1a8565

Browse files
committed
Fix tests
1 parent d3cdbc2 commit c1a8565

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/php.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php-versions: ['8.1', '8.2', '8.3']
18+
php-versions: ['8.2', '8.3']
1919
name: PHP ${{ matrix.php-versions }}
2020

2121
steps:
@@ -58,6 +58,11 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@v4
6060

61+
- name: Install PHP
62+
uses: shivammathur/setup-php@v2
63+
with:
64+
php-version: '8.3'
65+
6166
- name: Install dependencies
6267
run: composer install --no-progress
6368

0 commit comments

Comments
 (0)