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 8d53cbe commit 11a20ccCopy full SHA for 11a20cc
.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 Git
28
run: |
0 commit comments