Skip to content

Commit 11a20cc

Browse files
committed
chore: fix ci deprecations, add testrungs fpr PHP 8.2 and 8.3
1 parent 8d53cbe commit 11a20cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/static_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
static_tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- uses: shivammathur/setup-php@v2
1515
with:
1616
php-version: 8.1

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ jobs:
1313
matrix:
1414
php:
1515
- "8.1"
16+
- "8.2"
17+
- "8.3"
1618
dependency-version:
1719
# - prefer-lowest
1820
- prefer-stable
1921

2022
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} - tests
2123
steps:
2224
# basically git clone
23-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2426

2527
- name: Setup Git
2628
run: |

0 commit comments

Comments
 (0)