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 e6db16a commit 9f7bf47Copy full SHA for 9f7bf47
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: 'Setup PHP'
22
uses: 'shivammathur/setup-php@v2'
23
with:
24
- php-version: '8.1'
+ php-version: '8.2'
25
coverage: 'none'
26
tools: 'composer:v2, composer-normalize'
27
@@ -47,6 +47,7 @@ jobs:
47
php:
48
- '8.1'
49
- '8.2'
50
+ - '8.3'
51
steps:
52
- name: Checkout Code
53
uses: actions/checkout@v3
@@ -78,7 +79,7 @@ jobs:
78
79
80
81
82
83
tools: 'composer:v2'
84
85
- name: 'Install the dependencies'
0 commit comments