Skip to content

Commit 7a3c3fd

Browse files
committed
Add support for PHP 8.3 and 8.4 in GitHub Actions workflow
1 parent 2672fa3 commit 7a3c3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php: ["8.2"]
18+
php: ["8.2", "8.3", "8.4"]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
php-version: ${{ matrix.php }}
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Cache Composer packages
3434
id: composer-cache

0 commit comments

Comments
 (0)