We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1376ed commit e8b475dCopy full SHA for e8b475d
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
14
with:
15
- php-version: "8.2"
+ php-version: "8.3"
16
- uses: actions/checkout@v3
17
- name: Install Dependencies
18
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
0 commit comments