We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb698cc commit 0258d1bCopy full SHA for 0258d1b
.github/workflows/phar-development.yml
@@ -20,6 +20,7 @@ jobs:
20
include:
21
- php-version: '7.4'
22
- php-version: '8.0'
23
+ - php-version: '8.2'
24
25
steps:
26
- name: "Checkout"
.github/workflows/phar.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
matrix:
- - php-version: '8.0'
.github/workflows/php.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Checkout project
0 commit comments