Skip to content

Commit

Permalink
Merge pull request #145 from Chris53897/feature/fix-ci-deprecations
Browse files Browse the repository at this point in the history
chore: fix ci deprecations, add testruns for PHP 8.2 and 8.3
  • Loading branch information
khanamiryan authored May 27, 2024
2 parents 12e9ae3 + 11a20cc commit 7e0cbfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
static_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
matrix:
php:
- "8.1"
- "8.2"
- "8.3"
dependency-version:
# - prefer-lowest
- prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} - tests
steps:
# basically git clone
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
# use PHP of specific version
Expand Down

0 comments on commit 7e0cbfa

Please sign in to comment.