Skip to content

Commit

Permalink
Merge pull request #69 from alxsabo/v5.2
Browse files Browse the repository at this point in the history
Tests for PHP 8.1 should be disabled
  • Loading branch information
alxsabo authored Nov 18, 2024
2 parents c5bb8e8 + dcae349 commit 5b47848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RavenClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-versions: [ "8.1", "8.2" ]
php-versions: [ "8.2", "8.3" ]
serverVersion: [ "5.2", "5.4" ]
fail-fast: false

Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 5b47848

Please sign in to comment.