We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12e9ae3 + 11a20cc commit 7e0cbfaCopy full SHA for 7e0cbfa
.github/workflows/static_tests.yml
@@ -10,7 +10,7 @@ jobs:
10
static_tests:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- uses: shivammathur/setup-php@v2
15
with:
16
php-version: 8.1
.github/workflows/tests.yml
@@ -13,14 +13,16 @@ jobs:
matrix:
php:
- "8.1"
+ - "8.2"
17
+ - "8.3"
18
dependency-version:
19
# - prefer-lowest
20
- prefer-stable
21
22
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} - tests
23
24
# basically git clone
25
26
27
- name: Setup PHP
28
# use PHP of specific version
0 commit comments