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 e44ae00 commit 5584a8dCopy full SHA for 5584a8d
.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.3'
25
coverage: 'none'
26
tools: 'composer:v2, composer-normalize'
27
@@ -47,6 +47,8 @@ jobs:
47
php:
48
- '8.0'
49
- '8.1'
50
+ - '8.2'
51
+ - '8.3'
52
steps:
53
- name: Checkout Code
54
uses: actions/checkout@v3
@@ -76,7 +78,7 @@ jobs:
76
78
77
79
80
81
82
tools: 'composer:v2'
83
84
- name: 'Install dependencies'
0 commit comments