We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6f7a2 commit 95f1eb1Copy full SHA for 95f1eb1
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php: ['8.2']
+ php: ['8.3']
18
steps:
19
- uses: actions/checkout@v4
20
.github/workflows/main.yml
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
- php-version: '8.2'
+ php-version: '8.3'
tools: composer
- name: Install dependencies
0 commit comments