Skip to content

Commit

Permalink
Merge pull request #85 from Chris53897/feature/improve-ci
Browse files Browse the repository at this point in the history
chore: fix ci deprecation, add testrun for PHP 8.3
  • Loading branch information
dbu authored Mar 3, 2024
2 parents 085570b + d6a9a4c commit 81e5ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-22.04]
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
include:
- operating-system: ubuntu-20.04
php-versions: '7.1'
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
# Checks out a copy of your repository on the ubuntu machine
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 81e5ef0

Please sign in to comment.