Skip to content

Commit

Permalink
build: update github actions to add PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lindyhopchris committed Feb 9, 2024
1 parent 6c7243d commit 29e43cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, '8.0', 8.1, 8.2]
php: [7.4, '8.0', 8.1, 8.2, 8.3]

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -30,7 +30,7 @@ jobs:
ini-values: error_reporting=E_ALL

- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit 29e43cc

Please sign in to comment.