Skip to content

Commit

Permalink
Add PHP8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Nov 24, 2023
1 parent c5a9bca commit 5a98779
Show file tree
Hide file tree
Showing 7 changed files with 795 additions and 543 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019]
php: ['5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '7.2.11', '7.2.12', '8.1.9', '8.2']
php: ['5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '7.2.11', '7.2.12', '8.1.9', '8.2', '8.3']
exclude:
- os: windows-2019
php: 7.2.11
Expand Down
1 change: 1 addition & 0 deletions __tests__/run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('example tests', () => {
expect(installer.hasAptVersion(new Number('8').toFixed(1))).toBe(true);
expect(installer.hasAptVersion('8.2snapshot')).toBe(false);
expect(installer.hasAptVersion('8.2')).toBe(true);
expect(installer.hasAptVersion('8.3')).toBe(true);
});
it('convertInstallVersion tests', async () => {
expect(await installer.convertInstallVersion('5')).toBe('5');
Expand Down
Loading

0 comments on commit 5a98779

Please sign in to comment.