Skip to content

Commit

Permalink
Added PHP 8.3 and updated ES-VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Mar 26, 2024
1 parent acade92 commit 49fa693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:

strategy:
matrix:
php-version: [7.4, 8.0, 8.1, 8.2]
php-version: [7.4, 8.0, 8.1, 8.2, 8.3]
os: [ubuntu-latest]
es-version: [8.9-SNAPSHOT]
es-version: [8.13-SNAPSHOT]

steps:
- name: Checkout
Expand Down

0 comments on commit 49fa693

Please sign in to comment.