Skip to content

Commit 81e5ef0

Browse files
authored
Merge pull request #85 from Chris53897/feature/improve-ci
chore: fix ci deprecation, add testrun for PHP 8.3
2 parents 085570b + d6a9a4c commit 81e5ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build-Test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
operating-system: [ubuntu-22.04]
18-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
18+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1919
include:
2020
- operating-system: ubuntu-20.04
2121
php-versions: '7.1'
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
# Checks out a copy of your repository on the ubuntu machine
3333
- name: Checkout code
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
- name: Setup PHP Action
3737
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)